diff --git a/README.md b/README.md index 5ab7877..2e23ca2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Concepts -| | Implemented | Notes | -| ------- | ----------- | ----- | -| Peering | Yes | Currently using RHIZOME_SEED_PEERS, no gossip / discovery | -| Schemas | Not really | Currently very thin layer allowing TypedCollections | -| Relationships | No | Supporting relational algebra among domain entities | -| Views | Yes | Currently using functions rather than JSON-Logic expressions | -| Functions | No | Arbitrary subscribers to delta stream (that can also emit deltas?) | -| Tests | Minimal | So far we have a few `ts-jest` tests. Need a plan for multi-node tests. | -| Identity | No | Probably a public key / private key system | -| Contexts | No | Each context may involve different lossy functions and delta filters | -| HTTP API | Yes | Basic peering info and entity CRUD | +| | Implemented | Notes | +| ------------- | ----------- | ------------------------------------------------------------------------ | +| Peering | Yes | Currently using `RHIZOME_SEED_PEERS`, no gossip / discovery | +| Schemas | Not really | Currently very thin layer allowing TypedCollections | +| Relationships | No | Supporting relational algebra among domain entities | +| Views | Yes | Currently using functions rather than JSON-Logic expressions | +| Functions | No | Arbitrary subscribers to delta stream (that can also emit deltas?) | +| Tests | Minimal | So far we have a few `ts-jest` tests. Need a plan for multi-node tests. | +| Identity | No | Probably a public key / private key system | +| Contexts | No | Each context may involve different lossy functions and delta filters | +| HTTP API | Yes | Basic peering info and entity CRUD | # Development / Demo