Cool, I will certainly give ipython-gremlin a try once JanusGraph (with Apache TinkerPop 3.2.x) has its first release.
Marc Op vrijdag 17 maart 2017 19:18:15 UTC+1 schreef David Brown: > > Hello everyone, > > I am happy to announce new releases of the three TinkerPop related > Python packages I am maintaining. > > aiogremlin 3.2.4 - Sparing you the details of naming and moving code > around, aiogremlin ports the official gremlin-python library for > coroutine based asynchronous programming with Python 3.5 +. It will be > rebased against the official project, with key changes being > maintained to provide a fluent async/await API. Furthermore, it will > follow the official TinkerPop release schedule. > > docs: http://aiogremlin.readthedocs.io/en/latest/ > github: https://github.com/davebshow/aiogremlin > > ipython-gremlin 1.0.0 - This module is an IPython extension that > allows users to submit Gremlin traversals using IPython "magic" > commands. It also provides basic integration with the popular pandas > and NetworkX third party libraries for data analysis and plotting. I > think this is particularly cool, because it essentially creates a GLV > for the IPython interactive computing environment. > > docs: http://ipython-gremlin.readthedocs.io/en/latest/ > github: https://github.com/davebshow/ipython-gremlin > > goblin 2.0.0 - The Goblin OGM has been updated to use aiogremlin > underneath, as well as GraphSON2. It still needs some work, > particularly with query optimization. Tests against 3.2.4. > > docs: http://goblin.readthedocs.io/en/latest/ > github: https://github.com/davebshow/goblin > > > Each of these projects is a work in progress. I welcome any community > feedback or contributions. > > Best, > > Dave > > -- > David M. Brown > R.A. CulturePlex Lab, Western University >
