-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO
23 lines (18 loc) · 773 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* Update the samples, Ruby doesn't come with Tk any more.
* Rolling snapshots, with age limit
* Configurable log marshaller (or use the snapshot marshaller?)
* Write a document about the different marshallers, for app. developers.
(or drop support for them)
* Introduce an object representing a log directory
* Move recovery out of DefaultSnapshotMadeleine entirely
* Write an example with a web server (see madeleine-rack)
* Replace filesystem with mock objects for unit testing.
* ClockCommand
* Integrate batched-writes in SnapshotMadeleine
* More sample code
* More documentation
* Rollback
* Handle premature EOF in logs (unless we're already there)
* A way to stream larger files into the system, possibly stored
within the command log?
* .ruby-version file