-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
46 lines (27 loc) · 929 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
TODOs for 1.0 release:
== Separate processor from context
== Add standalone mode for testing
Via a dummy queue backend.
== Lazy contexts: simple log function
To be called from anywhere
== gevent support?
== History support
Tell contexture which attributes to keep history for.
== "persisted" objects (like "transient" but always alive)
* persisted objects never die
* can query for persisted object state
* need a talkback channel
== Multilevel nestable contexts?
a structured data stream can be arbitrarily aggregated; temporal grouping.
Currently grouping is at the level of a single context.
aggregate "snapshots"
prevent lost state
This is a straight path into a distributed streaming object database.
for "small" data
nested transactions?
way to annotate and aggregate by events
== custom attribute serializers?
= Done
== attr del
This reqiures additional metadata in the message.
* add "action" argument