You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/TODO.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,15 @@ TO DEPLOY and RELEASE
20
20
21
21
DESIRED
22
22
==
23
-
*[ ] Use dot notation for config description of nested maps, ie allow for `get_in("outerkey", "innerkey")` as `outerkey.innerkey` by using https://github.com/tidwall/gjson
24
-
*[ ] Improve library testing (unit and integration/system). Potentially using docker for full trip integration tests.
23
+
*[x] Use dot notation for config description of nested maps, ie allow for `get_in("outerkey", "innerkey")` as `outerkey.innerkey` by using https://github.com/tidwall/gjson
25
24
*[x] Refactor tail to have a producer/consumer as Read/Write
26
25
*[x] Setup https://github.com/thejerf/suture wrappers on components
27
26
*[x] Add testing and refactor to make each bit fairly decoupled
28
27
*[x] Include docs and scripts to transition from mosql to moresql
29
28
*[x] Setup formal worker pool along with overflow pool of workers
30
29
*[x] add tracking mechanism for missing/broken tables beyond "log it into abyss".
31
30
*[x] add error handling with rollbar/bugsnag/etc
32
-
*[ ]Add persistance for oplog if desired by user via commandline flag
31
+
*[ ]Improve library testing (unit and integration/system). Potentially using docker for full trip integration tests.
33
32
34
33
35
34
SOMEDAYs
@@ -45,3 +44,4 @@ SOMEDAYs
45
44
*[ ] Writers should fit the interface of accepting a pointer to tables struct and the channel of incoming operations
46
45
*[ ] All of https://github.com/zph/moresql/blob/master/full_sync.go#L129-L136 should be inside the writer function as it will differ by output sink.
47
46
*[ ] Support nested fetching ala `user.name` to extract 2 levels deep
47
+
*[ ] Add persistance for oplog if desired by user via commandline flag
0 commit comments