All Projects → alx741 → graphite

alx741 / graphite

Licence: BSD-3-Clause license
Haskell graphs and networks library

Programming Languages

haskell
3896 projects
Makefile
30231 projects

Projects that are alternatives of or similar to graphite

CGMM
Official Repository of "Contextual Graph Markov Model" (ICML 2018 - JMLR 2020)
Stars: ✭ 35 (+12.9%)
Mutual labels:  graphs
MetaGraphsNext.jl
This is an experimental, type-stable replacement for MetaGraphs
Stars: ✭ 50 (+61.29%)
Mutual labels:  graphs
StaticGraphs.jl
Memory-efficient immutable LightGraphs.
Stars: ✭ 33 (+6.45%)
Mutual labels:  graphs
Minefana
Bungee/Spigot plugin to send stats to a InfluxDB to be displayed by a Grafana instance.
Stars: ✭ 23 (-25.81%)
Mutual labels:  graphs
awesome-knowledge-graphs
Graph databases, Knowledge Graphs, SPARQ
Stars: ✭ 56 (+80.65%)
Mutual labels:  graphs
hacktoberfest-data
Generating stats from the raw Hacktoberfest application data.
Stars: ✭ 21 (-32.26%)
Mutual labels:  graphs
sigmaNet
Render igraphs from R using Sigma.js
Stars: ✭ 38 (+22.58%)
Mutual labels:  graphs
Causing
Causing: CAUsal INterpretation using Graphs
Stars: ✭ 47 (+51.61%)
Mutual labels:  graphs
dawgdic
Automatically exported from code.google.com/p/dawgdic
Stars: ✭ 20 (-35.48%)
Mutual labels:  graphs
ntds 2019
Material for the EPFL master course "A Network Tour of Data Science", edition 2019.
Stars: ✭ 62 (+100%)
Mutual labels:  graphs
simplexspatial
The Reactive Geospatial Server
Stars: ✭ 17 (-45.16%)
Mutual labels:  graphs
The-Stata-Guide
Files for the Stata Guide on Medium https://medium.com/the-stata-guide
Stars: ✭ 105 (+238.71%)
Mutual labels:  graphs
corona cases
🦠 Coronavirus Information on Telegram Chatbot
Stars: ✭ 19 (-38.71%)
Mutual labels:  graphs
algoexpert
AlgoExpert is an online platform that helps software engineers to prepare for coding and technical interviews.
Stars: ✭ 8 (-74.19%)
Mutual labels:  graphs
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+80.65%)
Mutual labels:  graphs
scalajs-highcharts
Scala.js static typed facades for Highcharts library
Stars: ✭ 30 (-3.23%)
Mutual labels:  graphs
Advanced-Shortest-Paths-Algorithms
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
Stars: ✭ 63 (+103.23%)
Mutual labels:  graphs
CovidIndiaStats
A dashboard to visualise the spread of covid19 in India(state and districtwise) and around the world(countrywise).
Stars: ✭ 22 (-29.03%)
Mutual labels:  graphs
graphql
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations.
Stars: ✭ 397 (+1180.65%)
Mutual labels:  graphs
ldbc snb docs
Specification of the LDBC Social Network Benchmark suite
Stars: ✭ 39 (+25.81%)
Mutual labels:  graphs

graphite - A Haskell graphs and networks library

Hackage Hackage-Deps Docs

Graphite Logo

Represent, analyze and visualize graphs & networks.

Documentation

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].