Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sonic | 17,891 | 21 days ago | 24 | July 10, 2022 | 66 | mpl-2.0 | Rust | |||
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. | ||||||||||
Eliasdb | 937 | 8 months ago | 6 | March 19, 2022 | 13 | mpl-2.0 | Go | |||
EliasDB a graph-based database. | ||||||||||
Graphexp | 713 | 9 months ago | 40 | apache-2.0 | JavaScript | |||||
Interactive visualization of the Gremlin graph database with D3.js | ||||||||||
Galton | 252 | 2 years ago | 42 | November 01, 2018 | 25 | mit | JavaScript | |||
Lightweight Node.js isochrone map server | ||||||||||
Cypher For Gremlin | 215 | 3 | 3 years ago | 19 | November 05, 2019 | 16 | other | Java | ||
Cypher for Gremlin adds Cypher support to any Gremlin graph database. | ||||||||||
Stinger | 170 | 4 years ago | 40 | other | C | |||||
The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second. | ||||||||||
Firefly | 168 | 3 years ago | 29 | isc | JavaScript | |||||
Firefly is a web application aimed at powerful, flexible time series graphing for web developers. | ||||||||||
Sparkle | 140 | 7 years ago | apache-2.0 | JavaScript | ||||||
visualization server | ||||||||||
Awesome Tinkerpop | 125 | 3 years ago | 1 | cc0-1.0 | ||||||
A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2 | ||||||||||
Gremlin | 84 | 6 | 3 years ago | May 26, 2021 | 8 | mit | Go | |||
Go graph database client for TinkerPop3 Gremlin Server |
A scoring graph system, inspired by the official CyberPatriot Scoring Engine and Scoreboard
This was created to allow students at my High School to better prepare for the CyberPatriot competitions in a real-life competitive scenario. Many scoring engines were hard to configure and/or had limited customization. Only one had online integration but difficult to configure (and now defunct), so I created this. It consists of a JavaFX graph system and a "server" which gets data from a Microsoft Azure server. It is currently using my Azure server through Microsoft Image, but has a wizard to configure to use your own Microsoft SQL server, not necessarily limited to Azure. Currently this is a scoreboard only and relies on an existing scoring system which can upload data to an SQL server, in the format of teamname-OS
, Score
, Time
, where score
and time
are ints
. teamname-OS
should have the OS part starting with either lin
or win
, and a custom name after that. The graph then displays the received scoring info from the SQL DB on a graph.
The images should be using a Microsoft SQL command line tool on a loop or startup job or daemon to simply client side setup. Here, you simply need to go to Server --> Start Azure server
and follow the prompts to get started
GNU/GPL V3 license