Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SeaQL/starfish-ql
✴️ An experimental graph database
https://github.com/SeaQL/starfish-ql
crates-io crawler database graph hacktoberfest network rust sql visualization
Last synced: 3 months ago
JSON representation
✴️ An experimental graph database
- Host: GitHub
- URL: https://github.com/SeaQL/starfish-ql
- Owner: SeaQL
- License: agpl-3.0
- Archived: true
- Created: 2021-12-26T08:44:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:09:57.000Z (over 1 year ago)
- Last Synced: 2024-07-28T17:40:00.238Z (3 months ago)
- Topics: crates-io, crawler, database, graph, hacktoberfest, network, rust, sql, visualization
- Language: Rust
- Homepage: https://www.sea-ql.org/StarfishQL/
- Size: 5.17 MB
- Stars: 112
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
StarfishQL
✴️ An experimental graph database and query engine
## About
StarfishQL is a graph database and query engine to enable graph analysis and visualization on the web. It is an experimental project, with its primary purpose to explore the dependency network of Rust crates published on crates.io.
[![GitHub stars](https://img.shields.io/github/stars/SeaQL/starfish-ql.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/starfish-ql/stargazers/)
If you like what we do, consider starring, commenting, sharing and contributing![![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
Join our Discord server to chat with others in the SeaQL community!## Architecture
StarfishQL uses a SQL database internally and is built on top of other libraries in the SeaQL ecosystem.
## Freeport
Freeport is the demo project for StarfishQL and showcases the actual data from crates.io.
## License
StarfishQL is licensed under The GNU Affero General Public License Version 3. [Know your rights](https://medium.com/swlh/understanding-the-agpl-the-most-misunderstood-license-86fd1fe91275).