Popularity
7.5
Declining
Activity
0.0
Stable
31
4
4
Monthly Downloads: 84
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.
-
Agda
Agda is a dependently typed programming language / interactive theorem prover. -
vinyl
Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode. -
repa-eval
High performance, regular, shape polymorphic parallel arrays. -
repa-scalar
High performance, regular, shape polymorphic parallel arrays. -
repa-array
High performance, regular, shape polymorphic parallel arrays. -
repa-convert
High performance, regular, shape polymorphic parallel arrays. -
parameterized-utils
A set of utilities for using indexed types including containers, equality, and comparison. -
ethereum-client-haskell
A Haskell version of an Ethereum client -
type-level-sets
Type-level sets for Haskell (with value-level counterparts and various operations) -
justified-containers
Standard containers, with keys that carry type-level proofs of their own presence. -
bytestring-trie
An efficient finite map from (byte)strings to values. -
ixset-typed
More strongly typed variant of the ixset Haskell package -
knit
Ties the knot on data structures that reference each other by unique keys -
nonempty-containers
Efficient non-empty variants of containers data types, with full API -
eliminators
Dependently typed elimination functions using singletons -
claferIG
Support for reasoning on Clafer models by instantiation and counter example generation. -
map-syntax
Syntax sugar and explicit semantics for statically defined maps -
igraph
Incomplete Haskell bindings to the igraph library (which is written in C) -
selections
Haskell Package for operating with selections over an underlying functor
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
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