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.
- Download a bundle for your platform from here ⬇️
- Unzip the bundle
- Make the files executable (run
chmod +x skyd skysh
on *nix systems) - First run
skyd
to start the database server and then runskysh
to start the interactive shell - Run commands like:
SET foo bar
,GET bar
,UPDATE cat mitten
orDEL proprietary
onskysh
!
You can learn more about installation here
- 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 thestr
andbinstr
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
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.
A project which is powered by the community believes in the power of community! If you get stuck anywhere - here are your options!
This project strictly follows semver, however, since this project is currently in the development phase (0.x.y), the API may change unpredictably
You are welcome to contribute to Skytable! Beginner friendly issues are marked with the label. Read the guide here.
You can see a full list of contributors here
This project is licensed under the AGPL-3.0 License.