Skip to content

F# functions for streaming any kind of graph/network data to the network visualization tool gephi

License

Notifications You must be signed in to change notification settings

CSBiology/FSharpGephiStreamer

Repository files navigation

FSharpGephiStreamer NuGet Badge DOI

F# functions for streaming any kind of graph/network data to the network visualization tool gephi. https://csbiology.github.io/FSharpGephiStreamer/

Branch Ubuntu(trusty) Windows
master Build Status Build status
developer Build Status Build status

FSharpGephi streamer was accepted in The Journal of Open Source Software (JOSS) with version 1.1.6. If you use this software in your research, please cite:

Schneider et al., (2019). FSharpGephiStreamer: An idiomatic bridge between F# and network visualization. Journal of Open Source Software, 4(38), 1445, https://doi.org/10.21105/joss.01445

Introduction

Gephi is the leading visualization and exploration software for all kinds of graphs and networks. Gephi is open-source and free

FSharpGephi streamer tackles the gap between the capabilities of F# in regards of strongly typed handling of large data sets and the visualization capabilites of Gephi by directly connecting them to each other. It enables users to convert any type of node/edge data to gephi interpretable objects and put them into gephi through F# interactive without the need of any UI interaction but the starting of the streaming server.

Demo

Prerequisites

A local installation of Java, Gephi and the Graph Streaming plugin is necessary. See here for more indepth installation instructions.

Documentation

Functions, types and Classes contained in the FSharpGephiStreamer library come with short explanatory description, which can be found in the API Reference.

More indepth explanations, tutorials and general information about the project can be found here.

The documentation and tutorials for this library are automatically generated (using the F# Formatting) from *.fsx and *.md files in the docsrc folder. If you find a typo, please submit a pull request!

Contributing

Please refer to the contribution guidelines

Library license

The library (1.1.0+) is available under MIT. For more information see the License file in the GitHub repository.