greskell: Haskell binding for Gremlin graph query language

[ bsd3, data, library ] [ Propose Tags ]

Haskell binding for Gremlin graph query language. See README.md for detail.

This package is the main entry point of greskell family. It re-exports greskell-core package, and adds some useful functions to it.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
hint-test

Do tests that use Haskell interpreter (hint package). These tests depend on the behavior of the hint package, so it may be unstable. Disable the flag to skip the tests. Or, maybe you should disable concurrent build.

Enabled
server-behavior-test

Tests about the behavior of Gremlin Server, rather than greskell.

Disabled
Automatic Flags
NameDescriptionDefault
server-test

Do tests with Gremlin Server.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.3.0, 0.2.3.1, 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.2.0.0, 1.2.0.1, 1.2.0.2, 2.0.0.0, 2.0.1.0, 2.0.2.0, 2.0.3.0
Change log ChangeLog.md
Dependencies aeson (>=0.11.2.1 && <1.5), base (>=4.9.0.0 && <4.13), exceptions (>=0.8.3 && <0.11), greskell-core (>=0.1.2.0 && <0.2), semigroups (>=0.18.2 && <0.20), text (>=1.2.2.1 && <1.3), transformers (>=0.5.2 && <0.6), unordered-containers (>=0.2.7.1 && <0.3), vector (>=0.12.0.1 && <0.13) [details]
License BSD-3-Clause
Author Toshio Ito <debug.ito@gmail.com>
Maintainer Toshio Ito <debug.ito@gmail.com>
Category Data
Home page https://github.com/debug-ito/greskell/
Bug tracker https://github.com/debug-ito/greskell/issues/
Source repo head: git clone https://github.com/debug-ito/greskell.git
Uploaded by debugito at 2019-10-02T13:23:27Z
Distributions
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 8714 total (94 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-02 [all 1 reports]

Readme for greskell-0.2.3.1

[back to package description]

greskell

Haskell binding for Gremlin query language.

See the package description, or project README.

Author

Toshio Ito debug.ito@gmail.com