updated README

This commit is contained in:
Ladd Hoffman 2024-12-25 19:33:33 -06:00
parent 4f6dcf3d15
commit 13be73f821
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
| | | Lossy: Use a delta filter and a resolver function to produce a view. | | | | Lossy: Use a delta filter and a resolver function to produce a view. |
| | | Currently using functions rather than JSON-Logic expressions. | | | | 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 | Yes | We are set up to run unit tests and 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 |