Alternatives To Table2net
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Graphpath338
2 years ago1bsd-2-clauseShell
Graphpath generates an ASCII network diagram from the route table of a Unix/Linux
Subotai71
5 years ago4September 27, 20165mitRust
Subotai, a Kademlia based Distributed Hash Table in Rust
Kademlia59
2 years agoC++
Dead simple C++11 kademlia distributed hash table library
Flowmanager59
a year ago3otherJavaScript
An SDN application that gives a network administrator, or a student, the ability to control flows in an OpenFlow network without coding.
Flashweave.jl52
4 days ago6otherJulia
Inference of microbial interaction networks from large-scale heterogeneous abundance data
Gevent Dht44
8 years agomitPython
A dht based on gevent.
Staking Dashboard39
2 days ago106JavaScript
Repo for harmony staking dashboard
Multisite Clone Duplicator37
5 years ago22PHP
WordPress plugin : Clones an existing site into a new one in a multisite installation : copies all the posts, settings and files
Delete Orphaned Multisite Tables33
a year ago1gpl-3.0Shell
Finds and delete orphaned tables in a WordPress Multisite network.
Nhbaseapi19
6 years ago4February 14, 2017mitC#
HBase Thrift API
Alternatives To Table2net
Select To Compare


Alternative Project Comparisons
Readme

Table 2 Net

Extract a network from a table. Set a column for nodes and a column for edges. It deals with multiple items per cell.

Table2Net allows you to get a network from a table. You will get a GEXF file that you can visualize and analyze with Gephi. You may extract different types of networks from a table. It depends on how you use columns to build the nodes and the edges:

  • Normal: if you want a single type of nodes, for instance authors. They will be linked when they share a value in another column, for instance papers.
  • Bipartite: if you want two types of nodes, for instance authors and papers, they will be linked whey they appear in the same row of the table.
  • Citation: if you have a column containing references to another one, for instance paper title and cited papers (title)
  • No link: a single type of nodes, without link

You can add columns as metadata of the nodes and/or edges, you can set a separator if you have multipe items per cell, and you can set a column as time if you want a dynamic network.

###More info

Popular Network Projects
Popular Table Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Network
Table
Paper
Edge