This is the Linux app named SlateDB whose latest release can be downloaded as v0.7.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named SlateDB with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
SlateDB
DESCRIPTION
Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage to provide bottomless storage capacity, high durability, and easy replication. SlateDB is an embedded storage engine built as a log-structured merge-tree. Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage (S3, GCS, ABS, MinIO, Tigris, and so on). Leveraging object storage allows SlateDB to provide bottomless storage capacity, high durability, and easy replication. The trade-off is that object storage has a higher latency and higher API cost than local disk. To mitigate high write API costs (PUTs), SlateDB batches writes. Rather than writing every put() call to object storage, MemTables are flushed periodically to object storage as a string-sorted table (SST). The flush interval is configurable. To mitigate write latency, SlateDB provides an async put method.
Features
- SlateDB inherits your object store's durability. Yup, 99.999999999% durability
- SlateDB runs without disks. No more disk failures, no more disk corruption
- Configure SlateDB to optimize for low latency, low cost, or high durability
- Supports a single writer and multiple readers. SlateDB detects and fences zombie writers
- SlateDB is an embeddable library built in Rust. Use SlateDB with the language of your choice
- Documentation available
Programming Language
Rust
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/slatedb.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.