Re: Clojure binding for OrientDB

2014-06-01 Thread Daniel Kersten
clj-orient hasn't been updated in 2 years, while OrientDB is in very active
development. Therefore, I would say that it is now quite dated.

A good alternative would be to use the Tinkepop API and looking into
https://github.com/clojurewerkz/archimedes - OrientDB has transitioned to
using Tinkerpop as its native graph API anyway, so if you want to use the
graph abstractions, then Tinkerpop seems like the best choice.
On the other hand, if, like me, you are more interested in the document
database (that happens to have fantastic graph-like direct links between
documents), then the Java API would probably be more suitable.


On 1 June 2014 15:34, Paulo Suzart  wrote:

> Hi Zubair,
>
> It seems to be more then active:
> https://github.com/orientechnologies/orientdb/blob/master/history.txt
>
> This is the most recent release. But the bindings for many languages seems
> so outdated. :(
>
> Regards
>
>
> On Monday, May 26, 2014 11:11:47 AM UTC-3, Zubair Quraishi wrote:
>>
>> Hi Eduardo,
>>  Is this Clojure OrientDB project still Active?
>> Thanks
>> Zubair
>>
>> On Tuesday, August 2, 2011 3:17:33 AM UTC+2, eduardoejp wrote:
>>>
>>> I have been working on this library for a little while and I would
>>> like to present it to you:
>>> https://github.com/eduardoejp/clj-orient
>>>
>>> I hope this can be of help for the Clojure and OrientDB communities.
>>
>>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Clojure binding for OrientDB

2014-06-01 Thread Paulo Suzart
Hi Zubair,

It seems to be more then active:
https://github.com/orientechnologies/orientdb/blob/master/history.txt

This is the most recent release. But the bindings for many languages seems 
so outdated. :(

Regards

On Monday, May 26, 2014 11:11:47 AM UTC-3, Zubair Quraishi wrote:
>
> Hi Eduardo,
>  Is this Clojure OrientDB project still Active?
> Thanks
> Zubair
>
> On Tuesday, August 2, 2011 3:17:33 AM UTC+2, eduardoejp wrote:
>>
>> I have been working on this library for a little while and I would 
>> like to present it to you: 
>> https://github.com/eduardoejp/clj-orient 
>>
>> I hope this can be of help for the Clojure and OrientDB communities.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Clojure binding for OrientDB

2014-05-26 Thread Zubair Quraishi
Hi Eduardo,
 Is this Clojure OrientDB project still Active?
Thanks
Zubair

On Tuesday, August 2, 2011 3:17:33 AM UTC+2, eduardoejp wrote:
>
> I have been working on this library for a little while and I would 
> like to present it to you: 
> https://github.com/eduardoejp/clj-orient 
>
> I hope this can be of help for the Clojure and OrientDB communities.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Clojure binding for OrientDB

2011-08-01 Thread Base
Thank you for all of your help Eduardo!


On Aug 1, 8:17 pm, Eduardo Julian  wrote:
> I have been working on this library for a little while and I would
> like to present it to you:https://github.com/eduardoejp/clj-orient
>
> I hope this can be of help for the Clojure and OrientDB communities.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Clojure binding for OrientDB

2011-08-01 Thread Eduardo Julian
I have been working on this library for a little while and I would
like to present it to you:
https://github.com/eduardoejp/clj-orient

I hope this can be of help for the Clojure and OrientDB communities.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en