### 1.0 Milestone - [x] Basic data types - [x] Client access - [x] Cluster membership add/remove - [x] Data replication on update - [x] Distributed cluster log - [x] Version-independent cluster serialization - [x] Disk persistence - [x] Shared causal contexts - [x] Anti-entropy repair on node join - [ ] Continuous anti-entropy repair - [ ] Finalize cluster setup operational controls - [ ] Compaction of removed cluster members' data - [ ] Cluster and disk protocol compatibilty plan. - [ ] Lock Pony language and library revisions for reproducible builds. - [ ] Clear out "TODO" markers in code and documentation; replace all doc stubs. ### Performance - [ ] Profile, benchmark and optimize cluster serialization; consider less human-readable protocols. ### Beyond - [ ] Removing entries from keyspaces - [ ] User-creatable keyspaces? - [ ] Causal transactions - [ ] Client subscriptions - [ ] Keyspace iteration and search - [ ] Keyspace filtering
1.0 Milestone
Performance
Beyond