Popularity
7.5
Stable
Activity
0.0
Stable
31
5
4
Monthly Downloads: 64
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Data Structures
Graphs
Latest version: v0.9.6.0
graphite alternatives and similar packages
Based on the "Data Structures" category.
Alternatively, view graphite alternatives based on common mentions on social networks and blogs.
-
parameterized-utils
A set of utilities for using indexed types including containers, equality, and comparison. -
justified-containers
Standard containers, with keys that carry type-level proofs of their own presence.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of graphite or a related project?
README
graphite - A Haskell graphs and networks library
[Graphite Logo](./logo/logo.png)
Represent, analyze and visualize graphs & networks.
Documentation
- Tutorial (under construction): http://haskell-graphite.readthedocs.io/
- Haddock: https://hackage.haskell.org/package/graphite#modules
TODO
List of currently undefined
functions that should be implemented eventually.
Pull requests are very welcome.
toAdjacencyMatrix
(Data.Graph.UGraph)toAdjacencyMatrix
(Data.Graph.DGraph)isSymmetric
(Data.Graph.DGraph)isOriented
(Data.Graph.DGraph)isRegular
(Data.Graph.DGraph)isDirectedGraphic
(Data.Graph.UGraph.DegreeSequence)fromGraphicalSequence
(Data.Graph.UGraph.DegreeSequence)areIsomorphic
(Data.Graph.Morphisms)isomorphism
(Data.Graph.Morphisms)isURegular
(Data.Graph.Morphisms)isDRegular
(Data.Graph.Morphisms)
Known bugs
<= 0.10.0.1
insertEdgeTriple
does not update the attribute in DGraph #2