clj-odbp

Programming (no configs, no support)
Forum rules
Only original work ;)
User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

clj-odbp

Unread post by GekkoP » Thu Aug 31, 2017 12:19 pm

[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

User avatar
wuxmedia
Grasshopper
Posts: 6445
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: clj-odbp

Unread post by wuxmedia » Mon Sep 04, 2017 12:27 pm

very nice to share, no idea what that does, I'm sure it's wonderful :)
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: clj-odbp

Unread post by GekkoP » Mon Sep 04, 2017 6:23 pm

^ 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.

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: clj-odbp

Unread post by GekkoP » Mon Sep 18, 2017 12:30 pm

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. :-)

Post Reply