{"id":22377251,"url":"https://github.com/csbiology/fsharpgephistreamer","last_synced_at":"2025-07-30T23:32:00.663Z","repository":{"id":83225780,"uuid":"66089139","full_name":"CSBiology/FSharpGephiStreamer","owner":"CSBiology","description":"F# functions for streaming any kind of graph/network data to the network visualization tool gephi","archived":false,"fork":false,"pushed_at":"2019-06-17T10:33:11.000Z","size":34808,"stargazers_count":25,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-15T09:43:00.538Z","etag":null,"topics":["data-analysis","exploratory-data-analysis","fsharp","gephi","graph-visualization","streaming-graph-data","visualization"],"latest_commit_sha":null,"homepage":"https://csbiology.github.io/FSharpGephiStreamer/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CSBiology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-19T14:41:33.000Z","updated_at":"2023-07-13T10:23:04.000Z","dependencies_parsed_at":"2023-06-09T00:30:31.755Z","dependency_job_id":null,"html_url":"https://github.com/CSBiology/FSharpGephiStreamer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/CSBiology/FSharpGephiStreamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpGephiStreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpGephiStreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpGephiStreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpGephiStreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CSBiology","download_url":"https://codeload.github.com/CSBiology/FSharpGephiStreamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CSBiology%2FFSharpGephiStreamer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265536744,"owners_count":23784313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","exploratory-data-analysis","fsharp","gephi","graph-visualization","streaming-graph-data","visualization"],"created_at":"2024-12-04T22:13:23.248Z","updated_at":"2025-07-30T23:32:00.656Z","avatar_url":"https://github.com/CSBiology.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"FSharpGephiStreamer [![NuGet Badge](https://buildstats.info/nuget/FSharpGephiStreamer)](https://www.nuget.org/packages/FSharpGephiStreamer/) [![DOI](http://joss.theoj.org/papers/10.21105/joss.01445/status.svg)](https://doi.org/10.21105/joss.01445)\n===================\n\nF# functions for streaming any kind of graph/network data to the network visualization tool [gephi.](https://gephi.org/) \u003chttps://csbiology.github.io/FSharpGephiStreamer/\u003e\n\n|Branch|Ubuntu(trusty)|Windows|\n|---|---|---|\n| master | [![Build Status](https://travis-ci.com/CSBiology/FSharpGephiStreamer.svg?branch=master)](https://travis-ci.com/CSBiology/FSharpGephiStreamer) | [![Build status](https://ci.appveyor.com/api/projects/status/vlv4xd9i20lli5ob/branch/master?svg=true)](https://ci.appveyor.com/project/kMutagene/fsharpgephistreamer/branch/master) |\n| developer | [![Build Status](https://travis-ci.com/CSBiology/FSharpGephiStreamer.svg?branch=developer)](https://travis-ci.com/CSBiology/FSharpGephiStreamer) | [![Build status](https://ci.appveyor.com/api/projects/status/vlv4xd9i20lli5ob/branch/master?svg=true)](https://ci.appveyor.com/project/kMutagene/fsharpgephistreamer/branch/developer) |\n\n\nFSharpGephi streamer was accepted in [The Journal of Open Source Software (JOSS)](http://joss.theoj.org/papers/353e97af96ed27c448d32501fda34aed#) with version 1.1.6. If you use this software in your research, please cite:\n\n\u003e 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\n\nIntroduction\n============\n\n[Gephi](https://gephi.org/) is the leading visualization and exploration software for all kinds of graphs and networks. Gephi is open-source and free\n\nFSharpGephi streamer tackles the gap between the capabilities of F# in regards of strongly typed handling of large data sets and the visualization capabilites \nof 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 \nwithout the need of any UI interaction but the starting of the streaming server.\n\n![Demo](./docsrc/files/img/gephiStreamingDemo.gif)\n\nPrerequisites\n=============\n\nA local installation of Java, Gephi and the Graph Streaming plugin is necessary. See [here](https://csbiology.github.io/FSharpGephiStreamer/InstallationInstructions.html) for more indepth installation instructions.\n\nDocumentation\n=============\n\nFunctions, types and Classes contained in the FSharpGephiStreamer library come with short explanatory description, which can be found in the [API Reference](http://CSBiology.github.io/FSharpGephiStreamer/reference/index.html).\n\nMore indepth explanations, tutorials and general information about the project can be found [here](http://CSBiology.github.io/FSharpGephiStreamer/).\n\nThe 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!\n\nContributing\n============\n\nPlease refer to the [contribution guidelines](.github/CONTRIBUTING.md)\n\nLibrary license\n===============\n\nThe library (1.1.0+) is available under MIT. For more information see the License file in the GitHub repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbiology%2Ffsharpgephistreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsbiology%2Ffsharpgephistreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbiology%2Ffsharpgephistreamer/lists"}