defradb icon indicating copy to clipboard operation
defradb copied to clipboard

DefraDB is a Peer-to-Peer Edge Database. It's the core data storage system for the Source Network Ecosystem, built with IPLD, LibP2P, CRDTs, and Semantic open web properties.

Results 192 defradb issues
Sort by recently updated
recently updated
newest added

Support ACP on Schema Migration Requests... Basic idea, only allow schema creators (matching actor `did`) to do the migration requests. Unless a new acp relationship is added (through http or...

feature
acp

`NormalValue` can be even more strongly typed if it was bound to a `FieldKind`. The work is already in progress https://github.com/islamaliev/defradb/tree/feat/non-nillable-types This task potentially might might (or have to) solve...

area/api

Have a way to set identity such that the user does not need to keep supplying the identity again and again through the `-i|--identity` flags. One possible solution might be...

feature
area/auth
acp

When creating a new index via HTTP, the direction can be set via the `Descending` boolean field. However, it's not possible to set the direction via the CLI.

area/cli

Currently, the OpenAPI index POST tab has the example request body indicating that one can set the ID field when creating the index. ```json { "Fields": [ { "Descending": true,...

invalid

The default URL when we start DefraDB is shown at startup to be: ``` $msg="Providing HTTP API at http://127.0.0.1:9181." ``` If we open a browser tab at that URL, we...

bug

Add user-definable description property to fields (`client.FieldDescription`, GQL SDL, JsonPatch), and display the field-level description via the GQL type system (e.g. on the query-fields). GQL Descriptions in an SDL is...

feature
area/query
area/schema

Add user-definable description property to the (local) collection (client.CollectionDescription, GQL SDL, JsonPatch), and display the description via the GQL type system. GQL Descriptions in an SDL is defined in the...

feature
area/query
area/schema

**Describe the problem** I stumbled upon https://source.network/ and noticed on top "DefraDB is Open Source!" banner: ![Screenshot 2024-03-22 at 13-18-01 Source Network Pioneering Decentralized Data Solutions](https://github.com/sourcenetwork/defradb/assets/585279/722dfbb0-da40-432a-8481-ad623f32ab2b) But only after looking...