defradb
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.
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 5.17.8 to 5.17.9. Release notes Sourced from swagger-ui-react's releases. Swagger UI v5.17.9 Released! 5.17.9 (2024-05-13) Bug Fixes deps: allow to consolidate deps in downstream projects (#9930) (335372d),...
A good number of our tests use large blocks of repetitive data that causes copy-paste readability issues as well as wasting computing resources when performing multiple times. We can hide...
This epic tracks the list of tasks related to integrating the ACP into DefraDB. After initial implementation lands, here are the next steps: 1) The following features currently are not...
At the moment with requests like: ```graphql query { Device(filter: { owner: {name: {_eq: "Keenan"}} }) { model } } ``` and schema: ```graphql type User { name: String @index...
Currently, only `Primary Indexes` are implemented, which is a simple relation between `dockey/field => state_data`. Effectively this is an index on the `dockey` field of a document. This is a...
This does not currently work and is documented by a handful of tests, e.g. `TestQueryWithIndexOnOneToMany_IfFilterOnIndexedRelation_ShouldFilterWithExplain` Consider achieving this with a rewrite of type_join.go: https://github.com/sourcenetwork/defradb/issues/2577
We've had quite a lot of bugs recently where using an index returns different results compared to if the index did not exist at all. It should be quite easy...
ACP - Full Identity Authentication Initially we only have simple identity
# Proactive tests At the moment all our tests are reactive, they are written by devs guessing at ways in which the database can fail. We should add some fancy...