Page 1 of 1

clj-odbp

Posted: Thu Aug 31, 2017 12:19 pm
by GekkoP
[warning: spam may follow]

If any of you ever want to play with OrientDB in Clojure, we just open-sourced our driver for its binary protocol:

https://github.com/7bridges-eu/clj-odbp

Have fun

Re: clj-odbp

Posted: Mon Sep 04, 2017 12:27 pm
by wuxmedia
very nice to share, no idea what that does, I'm sure it's wonderful :)

Re: clj-odbp

Posted: Mon Sep 04, 2017 6:23 pm
by GekkoP
^ Thank you. It lets you work with OrientDB (graph database) via its binary protocol directly from Clojure. Using the binary protocol is faster than "regular" ways.

Re: clj-odbp

Posted: Mon Sep 18, 2017 12:30 pm
by GekkoP
An example using clj-odbp: https://github.com/7bridges-eu/carter

We'll put this online for everyone to play with soon. Meanwhile, enjoy the code. :-)