-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# TODOs | ||
|
||
### Small Steps | ||
1. load from existing RT-X dataset | ||
2. storage implementation | ||
3. data conversion | ||
|
||
### known bugs | ||
1. when creating a new dataset, the first entry is null | ||
|
||
### Big Steps | ||
1. asynchonous writing, test with multiple processes & episodes | ||
2. querying language and pulling optimization | ||
3. time sync join policy | ||
4. distributed storage (rocksdb?) | ||
4. distributed storage (rocksdb?) | ||
5. handling streaming with a builder pattern (?) |