markdown table formatting

This commit is contained in:
Ladd Hoffman 2024-12-24 14:02:21 -06:00
parent a176a88b8c
commit e242df5c7a
1 changed files with 11 additions and 11 deletions

View File

@ -1,16 +1,16 @@
# Concepts # Concepts
| | Implemented | Notes | | | Implemented | Notes |
| ------- | ----------- | ----- | | ------------- | ----------- | ------------------------------------------------------------------------ |
| Peering | Yes | Currently using RHIZOME_SEED_PEERS, no gossip / discovery | | Peering | Yes | Currently using `RHIZOME_SEED_PEERS`, no gossip / discovery |
| Schemas | Not really | Currently very thin layer allowing TypedCollections | | Schemas | Not really | Currently very thin layer allowing TypedCollections |
| Relationships | No | Supporting relational algebra among domain entities | | Relationships | No | Supporting relational algebra among domain entities |
| Views | Yes | Currently using functions rather than JSON-Logic expressions | | Views | Yes | Currently using functions rather than JSON-Logic expressions |
| Functions | No | Arbitrary subscribers to delta stream (that can also emit deltas?) | | 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. | | 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 | | Identity | No | Probably a public key / private key system |
| Contexts | No | Each context may involve different lossy functions and delta filters | | Contexts | No | Each context may involve different lossy functions and delta filters |
| HTTP API | Yes | Basic peering info and entity CRUD | | HTTP API | Yes | Basic peering info and entity CRUD |
# Development / Demo # Development / Demo