net-spider: A graph database middleware to maintain a time-varying graph.

[ bsd3, database, library ] [ Propose Tags ]

A graph database middleware to maintain a time-varying graph. See the project README for detail.


[Skip to Readme]

Modules

[Last Documentation]

  • NetSpider
    • NetSpider.Found
    • NetSpider.Graph
    • GraphML
      • NetSpider.GraphML.Attribute
      • NetSpider.GraphML.Writer
    • NetSpider.Input
    • NetSpider.Interval
    • NetSpider.Log
    • NetSpider.Output
    • NetSpider.Pair
    • NetSpider.Query
    • NetSpider.SeqID
    • NetSpider.Snapshot
      • NetSpider.Snapshot.Internal
    • NetSpider.Spider
      • NetSpider.Spider.Config
    • NetSpider.Timestamp
    • NetSpider.Unify
    • NetSpider.Weaver

Flags

Manual Flags

NameDescriptionDefault
server-test

Do test with Gremlin Server. Note that this test clears ALL CONTENT of the server. Note also that this test should not be run in parallel with other server-tests. Use --jobs=1 option when running stack test.

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.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.3.1, 0.4.3.2, 0.4.3.3, 0.4.3.4, 0.4.3.5, 0.4.3.6, 0.4.3.7
Change log ChangeLog.md
Dependencies aeson (>=1.2.4 && <1.6), base (>=4.10.1 && <4.15), containers (>=0.5.10.2 && <0.7), data-interval (>=1.3.0 && <2.1), extended-reals (>=0.2.3.0 && <0.3), greskell (>=1.1.0.0 && <1.2), greskell-websocket (>=0.1.1 && <0.2), hashable (>=1.2.6.1 && <1.4), monad-logger (>=0.3.28.1 && <0.4), regex-applicative (>=0.3.3 && <0.4), safe-exceptions (>=0.1.6 && <0.2), scientific (>=0.3.6.2 && <0.4), text (>=1.2.2.2 && <1.3), time (>=1.8.0.2 && <1.10), unordered-containers (>=0.2.8 && <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 Database
Home page https://github.com/debug-ito/net-spider
Bug tracker https://github.com/debug-ito/net-spider/issues
Source repo head: git clone https://github.com/debug-ito/net-spider.git
Uploaded by debugito at 2020-06-21T06:08:30Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 6165 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-06-21 [all 3 reports]

Readme for net-spider-0.4.3.4

[back to package description]

net-spider

net-spider is a graph database middleware to maintain a time-varying graph.

See project README for detail.

Author

Toshio Ito debug.ito@gmail.co