-
For sideEffects, retain/except or when a user adds vertices to a list in a sideEffect, Fulgora should replace such vertex with a detached vertex to conserve memory.
It might also makes sense to simpl…
-
Hey Michael,
I was just checking out what's new in tinkerpop3 and gremlin-scala that I'm unable to compile due to a several weird compilation errors. I tried a few version combinations of scala and j…
l15k4 updated
10 years ago
-
This could simplify the code some.
http://thornydev.blogspot.ru/2012/09/before-and-after-logic-in-clojuretest.html
-
I'm using titan via gremlin-server. Using the `cassandra-es` configuration (I've included all configuration details at the end of this post)
I have a set of unit tests that pass but quite regularly t…
-
Hello,
I just seen there is an un implemented exception for this function in GremlinScalaPipeline with this comment : "not currently supported because ExceptFilterPipe uses ElementHelper.areEqual to…
-
Hey, I'm really trying to get this working with Titan. However, Titan needs quite a bit of config to start up, and I can't figure it out in gremlin scala. My basic startup script right now is:
object…
-
I worked on the [tinkerpop3 branch](https://github.com/bio4j/exporter/tree/tinkerpop3), starting to implement a DSL for the GeneOntology module.
**Commits to tinkerpop3**
https://github.com/bio4j/exp…
-
Today I spent most of the day reading [TinkerPop3 documentation](http://www.tinkerpop.com/docs/current/#_the_tinkerpop_story) and started working on defining a domain specific language for Bio4j modul…
-
I'm still trying to get time limit to work.
Meanwhile I've added more steps to the DSL, I should be able to finish the GO model next week.
**Commits to tinkerpop3 branch**
https://github.com/bio4j/…
-
I have forked this repository. We are working on a database agnotstic ORM specifically for Graph Databases that is based on Laravel's Eloquent ORM, Schema, Migrations, and Query Builders. Truthfully, …