Skip to content

HelixDB/quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelixDB Quickstart

Helix-DB | Homepage | Docs

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 directory. The schema is defined in the schema.hx file. The queries are defined in the 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 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 file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published