A relational SQL database that secures your data, manages personal data life-cycle, and automates operational tasks. Feature out-of-the-box:
- Transparent encryption
- Standard SQL
- Data versioning
- Data model versioning
- Automatic indexing
- Replication
- Distribution
- Microservice friendly
- High performance
- High security
- Transparent compression
- Automatic In memory
- Automatic data identification
- Partitioned columns storage
- Effortless administration
Current status: Alpha version
docker run -p 127.0.0.1:50000:50000/tcp --name siodb siodb/siodb
Free Trial. Only requires an email address.
siodb@ea7ad13791c1:/$ siocli --host localhost --port 50000 --user root --identity-file ~/.ssh/id_rsa
Siodb client v.0.6.0
Copyright (C) 2019-2020 Siodb GmbH. All rights reserved.
siocli> show databases ;
UUID NAME
-------------------------------- --------------------------------
68ba038e-b704-2cb9-1d0d-b9186... SYS
1 rows.
wget https://siodb.io/packages/InstallSiodb.sh
chmod u+x ./InstallSiodb.sh
sudo ./InstallSiodb.sh
- Connect to your server as
siodb
sudo su - siodb
siocli --host localhost --port 50000 --user root --identity-file ~/.ssh/id_rsa
Reference here.
Go to the contribution page 👉 Here.
Language | Link |
---|---|
Golang | Github |
Rust | Github |
Java | Github |
Python | Github |
C++ | Github |
.NET | Github |
The resources to integrate Siodb in your development are available here.
To build Siodb from the source code, please follow the guidelines according to your Linux distribution here.
We write the documentation in Markdow and it is available in the folder docs/users/docs
.
If you prefer a more user friendly format, the same documentation is
available online here.
Whatever you would like to share with us, we are always prepared to listen: [email protected].
Do you like this project? Tell it by clicking the star 🟊 on the top right of this page ☝☝
Siodb is free, and the source is available under the AGPL v3. Siodb uses bundled dependencies for which you can find the license in the NOTICE file in this repository's top-level directory.
- Official website of the project 👉 here.
- SQL99 Complete, Really
- Linux Containers