Re: [Neo4j] TinkerPop Stack Release

2011-12-08 Thread Peter Neubauer
Thanks Marko,
will try to get Gremlin 1.4 into Neo4j ASAP, hopefully after the
weekend. Good work!

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

brew install neo4j && neo4j start
heroku addons:add neo4j



On Thu, Dec 8, 2011 at 4:52 PM, Marko Rodriguez  wrote:
> Hello,
>
> Yesterday TinkerPop did another stable release. This release depends on Neo4j 
> 1.5. Here are the notes for those that are interested:
>
>        New homepage design: http://tinkerpop.com
>
>        Blueprints 1.1 (Blueberry):
>                https://github.com/tinkerpop/blueprints/wiki/Release-Notes
>        Pipes 0.9 (Sink):
>                https://github.com/tinkerpop/pipes/wiki/Release-Notes
>        Gremlin 1.4 (Ain't No Thing But a Chicken Wing):
>                https://github.com/tinkerpop/gremlin/wiki/Release-Notes
>        Frames 0.6 (Truss):
>                https://github.com/tinkerpop/frames/wiki/Release-Notes
>        Rexster 0.7 (Brian)
>                https://github.com/tinkerpop/rexster/wiki/Release-Notes
>                Rexster-Kibbles 0.7 (http://rexster-kibbles.tinkerpop.com)
>
>
> PLEASE READ THE FOLLOWING NOTES:
>        1. Be aware that old rexster.xml files will not work with Rexster 0.7. 
> The tag  has been changed to .
>        2. Realize that when you download Gremlin, there are two versions to 
> pick from --- Groovy and Scala.
>                - Gremlin Groovy is what everyone is familiar with.
>                - Gremlin Scala is making its debut as an experiment in 
> exposing the Gremlin style in other JVM languages besides Groovy. (thank you 
> Zach Cox)
>                - Gremlin Java exists (via Maven2 or raw .jar) for those 
> wanting to do the Gremlin style in pure Java -or- add Gremlin to another JVM 
> language.
>                - See: 
> https://github.com/tinkerpop/gremlin/wiki/JVM-Language-Implementations
>        3. Pipes no longer depends on Blueprints. All the graph specific pipes 
> have been moved to Gremlin. Pipes is simply a generic data flow framework now.
>                -  on gremlin-java if you want to use Blueprints 
> specific pipes.
>
> Enjoy!,
> Marko.
>
> http://markorodriguez.com
>
> ___
> NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register 
> and consider posting at https://groups.google.com/forum/#!forum/neo4j
>
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
___
NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register 
and consider posting at https://groups.google.com/forum/#!forum/neo4j

Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] TinkerPop Stack Release

2011-12-08 Thread Marko Rodriguez
Hello,

Yesterday TinkerPop did another stable release. This release depends on Neo4j 
1.5. Here are the notes for those that are interested:

New homepage design: http://tinkerpop.com

Blueprints 1.1 (Blueberry):
https://github.com/tinkerpop/blueprints/wiki/Release-Notes
Pipes 0.9 (Sink):
https://github.com/tinkerpop/pipes/wiki/Release-Notes
Gremlin 1.4 (Ain't No Thing But a Chicken Wing):
https://github.com/tinkerpop/gremlin/wiki/Release-Notes
Frames 0.6 (Truss):
https://github.com/tinkerpop/frames/wiki/Release-Notes
Rexster 0.7 (Brian)
https://github.com/tinkerpop/rexster/wiki/Release-Notes
Rexster-Kibbles 0.7 (http://rexster-kibbles.tinkerpop.com)


PLEASE READ THE FOLLOWING NOTES:
1. Be aware that old rexster.xml files will not work with Rexster 0.7. 
The tag  has been changed to .
2. Realize that when you download Gremlin, there are two versions to 
pick from --- Groovy and Scala.
- Gremlin Groovy is what everyone is familiar with.
- Gremlin Scala is making its debut as an experiment in 
exposing the Gremlin style in other JVM languages besides Groovy. (thank you 
Zach Cox)
- Gremlin Java exists (via Maven2 or raw .jar) for those 
wanting to do the Gremlin style in pure Java -or- add Gremlin to another JVM 
language.
- See: 
https://github.com/tinkerpop/gremlin/wiki/JVM-Language-Implementations
3. Pipes no longer depends on Blueprints. All the graph specific pipes 
have been moved to Gremlin. Pipes is simply a generic data flow framework now.
-  on gremlin-java if you want to use Blueprints 
specific pipes.

Enjoy!,
Marko.

http://markorodriguez.com

___
NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register 
and consider posting at https://groups.google.com/forum/#!forum/neo4j

Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] TinkerPop Stack Release w/ Graph Pattern Matching in Gremlin

2011-06-16 Thread Marko Rodriguez
Hi Neo4j people,

For those that use TinkerPop (http://tinkerpop.com), there was a stack release 
yesterday. The biggest changes were in:
1. Blueprints' Neo4jGraph (transaction/thread handing)
2. Gremlin (graph pattern matching and named steps)
3. Rexster (rexster-kibbles and numerous usability tweaks)

As stated, Gremlin 1.1 now boasts graph pattern matching functionality.

http://markorodriguez.com/2011/06/15/graph-pattern-matching-with-gremlin-1-1/
In this model you have the ability, like Neo4j's Cypher and RDF's SPARQL, to 
match an "abstract graph pattern" and return a table of variable bindings.

Peter Neubauer is doing the kind work of putting Gremlin 1.1 into Neo4j Server 
for the next milestone and updating the GremlinPlugin to support the new Table 
data structure. Thanks Peter.

Take care everyone,
Marko.

http://markorodriguez.com

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user