Good work!
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Relationships count.
http://gremlin.tinkerpop.com - PageRank in 2 lines of code.
http://www.linkedprocess.org - Computing at LinkedData scale.
Mongo does not guarantee I in ACID due to in-RAM speed, flushed to disk as needed or on demand -- but is very fast, creating in-memory cache for the data in use which expands to as much RAM as available.
Since it talks through a port via protocol, clients exist both for Java world (Java, Scala, Clojure) and for C and Ruby and more.
I've started using Mongo for JSON graph representation of Twitter data earlier, and find it a natural fit for my algorithms. I believe it complements Neo, both have use cases where they shine.
We'll continue using document databases for graph storage and querying.
Cheers,
Alexy
Then, I think it wold be great to have more connectors to Gremlin.
After all, Gremlin is concentrating on solving real problems and
questions the graphy way, And it may actually become the first query
language to support all NOSQL data stores! And that would start
focusing attention from the NOSQL and pure scaling aspect of things
onto the data model and its manipulations - graphs being the only
real valuable and workable abstraction beside the relational model in
practice.
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Relationships count.
http://gremlin.tinkerpop.com - PageRank in 2 lines of code.
http://www.linkedprocess.org - Computing at LinkedData scale.
> Hi Alexy,
> do you have the Twitter-dataset available? We were a bit late to
> download it if I remember right. Maybe you could put it somewhere or
> get it over for some tests with Neo4j?
>
> Then, I think it wold be great to have more connectors to Gremlin.
> After all, Gremlin is concentrating on solving real problems and
> questions the graphy way, And it may actually become the first query
> language to support all NOSQL data stores! And that would start
> focusing attention from the NOSQL and pure scaling aspect of things
> onto the data model and its manipulations - graphs being the only
> real valuable and workable abstraction beside the relational model in
> practice.
Peter -- that old dataset is history, Twitter long since provides Streaming API which allows to get a significant portion of all twits, or indeed all for 50,000 users, or any on a filter. We're doing that, and slice and dice it in a variety of ways. You can easily subscribe and very quickly gather a significant dataset. My plans include testing Neo4j, too. My graphs are subsets, and if Twitter allows, I'd share them as a part of published research. I'm going to use Gremlin for algorithms identifying patterns on Twitter, and it's very interesting to leverage the graph model and come up with a simple set of operations for exploratory data analysis on graphs.
Cheers,
Alexy
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Relationships count.
http://gremlin.tinkerpop.com - PageRank in 2 lines of code.
http://www.linkedprocess.org - Computing at LinkedData scale.
gremlin> g := mongo:open('192.168.1.15', 10050, 'mongo_tests')
groovysh_parse: 47: unexpected token: = @ line 47, column 4.
g := mongo:open('192.168.1.15', 10050, 'mongo_tests')
^
1 error
Display stack trace? [yN]
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.