SaaSHub helps you find the best software and product alternatives Learn more β
Skytable Alternatives
Similar projects and alternatives to skytable
-
rustdesk
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
materialize
Real-time Data Integration and Transformation: use SQL to transform, deliver, and act on fast-changing data. (by MaterializeInc)
-
Ockam
Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications β at massive scale.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
veloren
[mirror of https://gitlab.com/veloren/veloren] An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.
-
kvrocks
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
-
-
-
-
-
ArangoDB
π₯ ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
skytable discussion
skytable reviews and mentions
-
Show HN: Skytable's new NoSQL engine BlueQL with injection safety, improved perf
Hey HN!
I've been working on Skytable since 2020 and after several iterations from a simple K/V store, we've walked the path to this release. The goal of Skytable is to deliver a solid foundation for building data intensive applications.
Skytable's primary goal is performance and scale. Even with a query language it can outperform K/V stores which use simple commands (benchmarks will be shared in another post).
Several implementations in Skytable (especially around query evaluation and execution) are fundamentally different from SQL and even NoSQL counterparts and there are some entirely new concepts which might make it a little hard to grasp.
BlueQL is a very important part of Skytable and it employs some interesting concepts to try and reduce the surface for injection attacks and tries to be a modern and secure alternative to SQL.
- Source code: https://github.com/skytable/skytable
-
Updated: Understanding the working of Skytable's NoSQL engine
For those who were looking for the source code, here's the link: https://github.com/skytable/skytable
-
Skytableβs new NoSQL engine released: BlueQL, injection protection, collections and performance improvements
Link to source code: https://github.com/skytable/skytable
Here are some quick links: - Source code: https://github.com/skytable/skytable - Rust driver: https://github.com/skytable/client-rust
- Skytable
- Skytable Octave was just released with BlueQL, advanced data modeling, complex collections and rich querying β¨ππ±. Tell us what you think!
- Skytable NoSQL Database: Even with BlueQL, Skytable Outperforms Redis and KeyDB
-
The first version of Redis, written in Tcl
I think this is relevant... These are 3 OSS databases that can be an alternative to Redis:
- KeyDB: https://github.com/snapchat/keydb
- Dragonfly: https://github.com/dragonflydb/dragonfly
- Skytable: https://github.com/skytable/skytable
I have used keyDB before. The raft consensus makes building an HA Redis easy.
-
Skytable PHP Client
:) in fact, I copied the definition from the project page and Skytable is not finished project yet. You can see here, the real time features in the road map. https://github.com/skytable/skytable/issues/203
- skytable / skytable :
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 May 2025
Stats
skytable/skytable is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of skytable is Rust.