Re: ANN Titanium, a Clojure library on top of Titan

2013-02-13 Thread Jeroen van Dijk
> > If you like Hermes and see it as a much more complete library, please use > it. > Thanks a lot for the explanation and the work on Titanium. I'm new to Titan and I've played a bit with Hermes earlier. I do not favor one above the other (yet), I was just wondering if you were aware of the relat

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread Michael Klishin
2013/2/13 Zack Maril > From a philosophical standpoint, I'm not comfortable with the idea that an > API written to wrap a REST endpoint should serve as inspiration for the API > to wrap the in process interactions with the database I'd like to point out that we won't try to make Titanium "a Neo

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread Michael Klishin
2013/2/12 Jeroen van Dijk > Looks interesting. I'm just wondering if you had a look at hermes [1], and > if so, how is it different? We started thinking about developing Titanium and what it may look like before Hermes was released (or before I heard about it). I did not look at the Hermes code

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread Michael Klishin
2013/2/12 AtKaaZ > is there a way to use nested transactions, yet? > I am looking at [1] and [2] Some initial tx support is in master, more coming soon. -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- -- You received this message because you are subscribed to th

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread AtKaaZ
Thanks Zack. I wouldn't have looked at hermes if ccw would actually not show-stop my attempts to load titanium into eclipse, so I've filed some ccw issue here: https://code.google.com/p/counterclockwise/issues/detail?id=531&sort=-id Even so, as far as I could tell, they didn't (yet!) implement tran

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread Zack Maril
Primary author of Hermes here. We've put a fair amount of work into getting transactions right from the very beginning. Try reading: https://github.com/gameclosure/hermes/wiki/Transaction-Management And: https://github.com/gameclosure/hermes/wiki/Opening-graphs I'm working on a project now tha

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread AtKaaZ
I did not look at hermes, wasn't aware of it, but I'll look, thanks. On Tue, Feb 12, 2013 at 8:56 PM, Jeroen van Dijk wrote: > Looks interesting. I'm just wondering if you had a look at hermes [1], and > if so, how is it different? > > [1] https://github.com/gameclosure/hermes > > > On Tue, Feb

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread Jeroen van Dijk
Looks interesting. I'm just wondering if you had a look at hermes [1], and if so, how is it different? [1] https://github.com/gameclosure/hermes On Tue, Feb 12, 2013 at 6:39 PM, AtKaaZ wrote: > is there a way to use nested transactions, yet? > I am looking at [1] and [2] > > [1] > https://gith

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-12 Thread AtKaaZ
is there a way to use nested transactions, yet? I am looking at [1] and [2] [1] https://github.com/thinkaurelius/titan/wiki/Multi-Threaded-Transactions [2] https://github.com/tinkerpop/blueprints/wiki/Graph-Transactions On Mon, Feb 11, 2013 at 6:37 PM, Michael Klishin < michael.s.klis...@gmail.

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-11 Thread Devin Walters
Another day, another great clojurewerkz library. Well done, gents. *golf clap* '(Devin Walters) On Feb 11, 2013, at 11:37 AM, Michael Klishin wrote: > Titanium [1] is a Clojure graph library that is built on top of Titan [2]. > It combines a Clojure-friendly API and graph processing DSL with

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-11 Thread Michael Klishin
2013/2/11 AtKaaZ > should I be reporting any of these somewhere else? Feel free to submit pull requests to https://github.com/clojurewerkz/titanium.docs ;) -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- -- You received this message because you are subscribed

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-11 Thread James Thornton
This looks cool Michael, and it looks like it has made it to the front page of HN (http://news.ycombinator.com). I have been working with Titan in Clojure so I'll definitely check it out. - James On Monday, February 11, 2013 11:37:14 AM UTC-6, Michael Klishin wrote: > > Titanium [1] is a Cloju

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-11 Thread AtKaaZ
a small typo here: http://titanium.clojurewerkz.org/articles/getting_started.html at " Removing Edges " (tg/remove-edge e)) should be: (tg/remove-edge g e)) should I be reporting any of these somewhere else? On Mon, Feb 11, 2013 at 6:37 PM, Michael Klishin < michael.s.klis...@gmail.com> wr

Re: ANN Titanium, a Clojure library on top of Titan

2013-02-11 Thread AtKaaZ
this is awesome! there is some format issue on this page: http://titanium.clojurewerkz.org/articles/getting_started.html search for this twice to see both: clojurewerkz.titanium.elements/merge! On Mon, Feb 11, 2013 at 6:37 PM, Michael Klishin < michael.s.klis...@gmail.com> wrote: > Titanium [1]