https://github.com/helixdb/quickstart
https://github.com/helixdb/quickstart
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helixdb/quickstart
- Owner: HelixDB
- Created: 2025-09-02T20:18:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T02:49:11.000Z (9 months ago)
- Last Synced: 2025-12-19T09:29:47.007Z (7 months ago)
- Language: TypeScript
- Size: 614 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelixDB Quickstart
[Helix-DB](https://github.com/HelixDB/helix-db) | [Homepage](https://www.helix-db.com/) | [Docs](https://docs.helix-db.com/)
This is the quickstart repository for HelixDB, a powerful graph-vector database written in Rust.
It provides a simple way to get started with HelixDB with various SDKs and a deployable website demo.
## Helix Schema and Queries
The Helix schema and queries are defined in the [db](/db) directory.
The schema is defined in the [schema.hx](db/schema.hx) file.
The queries are defined in the [queries.hx](db/queries.hx) file.
We will be using the same schema and queries for all the quickstart examples and the website demo.
You will only need one HelixDB instance running locally to run all the quickstart examples and the website demo.
## Quickstart Examples
The quickstart example for each SDK is located in their respective folder.
Each example is a standalone project that demonstrates a specific feature of HelixDB.
You can find the instructions on how to run each example in their respective README files.
## Website Deployment Demo
The website deployment demo is located in the [website](/website_demo) directory.
It is a simple website that demonstrates the use of HelixDB with various SDKs.
The website has a Next.js frontend and various backend options built from each SDK.
You can find the instructions on how to run the website in the [README](website_demo/README.md) file.