Popularity
4.4
Declining
Activity
0.0
Stable
5
4
1

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database    

gremlin-haskell alternatives and similar packages

Based on the "Database" category.
Alternatively, view gremlin-haskell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gremlin-haskell or a related project?

Add another 'Database' Package

README

gremlin-haskell Hackage

Haskell graph database client for TinkerPop3 Gremlin Server

https://hackage.haskell.org/package/gremlin-haskell

test

to run the test with gremlin-server

# download https://www.apache.org/dist/incubator/tinkerpop/3.1.0-incubating/apache-gremlin-server-3.1.0-incubating-bin.zip
bin/gremlin-server.sh conf/gremlin-server-modern.yaml

run test

stack test

TODO:

  • Use as streaming data source
  • Resolve thread problem gremlin-haskell-test: threadWait: invalid argument (Bad file descriptor)
  • Rewrite test
  • create Gnerating Gremlin script DSL(?)