Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
3.1.0-incubating
-
None
Description
Create a gremlin-examples module that in turn would have some sub-modules containing example Gremlin code. The thread of discussion is here:
https://pony-poc.apache.org/thread.html/Z1mhshgtenmsu87
but in summary, there were ideas to write example modules for lots of different things:
- Gremlin Server usage
- DSL examples – SocialTraversal/etc.
- Language compiler – Java RegEx into Gremlin instructions (e.g.).
- Build your own implementation examples — like a stub of a graph implementation to get people going.
- maven archetypes
For this task, I think this just entails setting up the pattern for doing this. Perhaps we could include the work of pluradj (if he'd care to contribute it) at:
https://github.com/pluradj/tp3-java-example
or something similar. We could then expand from there.