totalperspective / oolon

Bloom implementation for Clojure/ClojureScript leaning on Datomic datalog
https://github.com/totalperspective/oolon
Eclipse Public License 1.0
10 stars 0 forks source link

Wall clock time #26

Closed bahulneel closed 8 years ago

bahulneel commented 8 years ago

Some operations require the current time, this should be available in a system (channel) table which has the schema:

(channel :clock {:now :instant})

We use a channel so it does not appear in the global state (unless explicitly added)