Skip to content

Commit

Permalink
README todo
Browse files Browse the repository at this point in the history
  • Loading branch information
umuro committed May 1, 2023
1 parent dd61fa4 commit 294ab8b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ondo
RockDB extentions
RockDB extensions

# dev env

Expand All @@ -19,4 +19,17 @@ docker build --target release \
--build-arg COMMIT_NUMBER=$COMMIT_NUMBER \
--build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
-t tercen/ondo .
```
```

# todo
- [ ] Transaction API
- [ ] TTL
- [ ] Revision number
- [ ] Named workers in task queue to keep the order for index operations (they are not queued for now)
- [ ] Text Index tests
- [ ] Name validation for all metadata
- [ ] Bring paging params of Index and TableValue to API
- [ ] Make task queue, ondo persistent
- [ ] ?Table Value API: Do not pluck OndoKey from the record. Get it explicitly?
- [ ] Remove unnecessary traits

0 comments on commit 294ab8b

Please sign in to comment.