Skip to content

skytable/skytable

next
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 11, 2022 23:15
August 26, 2022 18:19
ci
March 29, 2022 05:07
cli
January 9, 2023 21:22
January 9, 2023 21:22
January 9, 2023 21:22
January 9, 2023 21:22
January 9, 2023 21:22
January 9, 2023 21:22
January 9, 2023 21:22
January 9, 2023 21:22
April 27, 2021 17:54
January 9, 2023 21:22
March 21, 2022 11:06
July 3, 2022 14:35
January 10, 2023 08:29

Skytable

Your next NoSQL database

GitHub Workflow Status Development GitHub release (latest SemVer including pre-releases) Docs Contribute Now Discord

What is Skytable?

Skytable is a free and open-source NoSQL database that aims to provide flexible data modeling at scale. For us simplicity, performance and flexibility are our guiding design principles. We were previously known as TerrabaseDB or Skybase and are nicknamed Sky, SDB or STable by the community.

Features like keyspaces, tables, data types, authn+authz, snapshots and more are ready for you to use while we're working on several new data models and features. Skytable's key/value store is performant, secure and ready for you to deploy.

Getting started πŸš€

  1. Download a bundle for your platform from here ⬇️
  2. Unzip the bundle
  3. Make the files executable (run chmod +x skyd skysh on *nix systems)
  4. First run skyd to start the database server and then run skysh to start the interactive shell
  5. Run commands like: SET foo bar , GET bar , UPDATE cat mitten or DEL proprietary on skysh!

You can learn more about installation here

Features

  • Insanely fast: Scale to millions of queries per second per node. See benchmarks here.
  • Multiple keyspaces/tables: Seamlessly integrates with actions to provide a SQL-like experience
  • Key/value store: GET , SET , UPDATE and all that stuff. With the str and binstr types.
  • Authn/Authz: Simple and secure authentication/authorization
  • Volatile tables: For all the caching you need
  • Snapshots: Automated (and tunable) snapshots for stress-free backups
  • Secure: Secure connections are built into Skytable with SSL/TLS
  • Multithreaded: Designed to exploit all CPU cores
  • Resource friendly: The database server doesn't need more than 1MB to run
  • Convenient: Without the setup hassle and system-specific dependencies

πŸ›£οΈ There's a lot more coming! View our roadmap

Clients πŸ”Œ

The project currently maintains an official Rust driver and we have plans to support more languages along the way! We also maintain a list of community supported drivers here.

If you want to use a different language, for now you'll just need to implement the simple and performant Skyhash Protocol.

Community πŸ‘

A project which is powered by the community believes in the power of community! If you get stuck anywhere - here are your options!

Platforms πŸ’»

Linux supported macOS supported Windows supported

Versioning

This project strictly follows semver, however, since this project is currently in the development phase (0.x.y), the API may change unpredictably

Contributing

Contribute Now

You are welcome to contribute to Skytable! Beginner friendly issues are marked with the label. Read the guide here.

Contributors

You can see a full list of contributors here

License

This project is licensed under the AGPL-3.0 License.