JuliaGraphs provides code and support for graph and network representation in the Julia programming language.
Julia is a high-level, high-performance dynamic programming language for technical computing". It is free (open source) and supports Windows, OSX, and Linux. It has a familiar syntax, works well with external libraries, is fast, and has advanced language features like metaprogramming that enable interesting possibilities for graph analysis and modeling software.
JuliaGraphs is an organization that brings together packages written in Julia for using and studying graphs.
Code: github.com/JuliaGraphs
Forum: Discourse
Graphs.jl: An optimized lightweight graphs package for Julia. Implementations in Julia of standard Graphs algorithms and analytics. code / docs
LightGraphsExtras.jl: Additional functionality for Graphs.jl. code
GraphsFlows.jl: Flow algorithms on top of Graphs.jl. code / docs
GraphsMatching.jl: Matching algorithms for Graphs.jl. code
CommunityDetection.jl: Community Detection algorithms for Graphs.jl. code
SimpleWeightedGraphs.jl: An efficent implementation of simple graphs with weighted edges. code
MetaGraphs.jl: An implementation of graphs with graph, vertex, and edge metadata. code / docs
MetaGraphsNext.jl: A type-stable alternative to MetaGraphs.jl. code / docs
StaticGraphs.jl: Memory-efficient immutable Graphs. code
GraphIO.jl: Graph IO functionality for various formats. code
SNAPDatasets.jl: Graphs.jl-formatted graph files taken from the SNAP Datasets collection. code
GraphPlot.jl: Graph visualization for Julia. code
NetworkLayout.jl: Layout algorithms for graphs and trees in pure Julia. code
GraphDataFrameBridge.jl: Tools for interoperability between DataFrame objects and Graphs and MetaGraphs objects. code
Graph500.jl: Graph500 benchmarks written in Julia using Graphs. code
JuliaGraphs-meta: Forum for JuliaGraphs discussion - issues only. code
JuliaGraphs.github.io: Page for maintaining the site. Report typos or website enhancements here. code
The maintainers of the JuliaGraphs packages can be found at Github People. Each package has its own GitHub page listing the contributions of individuals. The maintainers of these packages appreciate every contribution.
Here are some packages that are related to the packages maintained by JuliaGraphs.