onyx-platform / onyx-datomic

Onyx plugin for Datomic
http://www.onyxplatform.org/
Eclipse Public License 1.0
37 stars 14 forks source link

New datomic txn log support for memory dbs #21

Closed bnoguchi closed 8 years ago

bnoguchi commented 8 years ago

Datomic now provides access to the Datomic Log API for memory databases. See this announcement.

MichaelDrogalis commented 8 years ago

Thanks!

MichaelDrogalis commented 8 years ago

Build fails with Exception in thread "main" java.lang.NoClassDefFoundError: clojure/lang/Tuple, compiling:(onyx/plugin/input_datoms_components_test.clj:1:1). Will check this one out tonight.

bnoguchi commented 8 years ago

@MichaelDrogalis The CircleCI test should pass if you bump clojure to 1.8.0.

MichaelDrogalis commented 8 years ago

@bnoguchi Wonderful, thank you for the contribution!