Logo

dev-resources.site

for different kinds of informations.

Streamline your edge computing workflows with ReductStore, now available on Snap

Published at
3/5/2023
Categories
news
database
tutorial
reductstore
Author
atimin
Author
6 person written this
atimin
open
Streamline your edge computing workflows with ReductStore, now available on Snap

Using snap, users can now easily install and manage ReductStore on various Linux distributions.

Snap is a universal package manager developed by Canonical, the company behind Ubuntu Linux. It allows developers to package their applications and dependencies into a single package that can be installed on any Linux distribution that supports snap, without worrying about different packaging formats and dependency conflicts.

To install ReductStore using snap, first make sure that snapd is installed on your system. You can install snapd on Ubuntu and other Debian-based distributions using the following command:

$ sudo apt install snapd
Enter fullscreen mode Exit fullscreen mode

Once snapd is installed, you can install ReductStore using the following command:

$ sudo snap install reductstore
Enter fullscreen mode Exit fullscreen mode

This will download and install the latest version of ReductStore from the snap store.

After the installation is complete, you can see the database running as a service:

$ snap services reductstore
Enter fullscreen mode Exit fullscreen mode

Once installed, users can access the database through the built-in web console by opening their browser and navigating to http://localhost:8383.
Alternatively, they can use the Reduct CLI for more advanced management and querying of the database.

Moreover, you can manage ReductStore's settings using the snap set/get commands:

$ snap get reductstore
$ snap set reductstore log_level=DEBUG
$ snap logs reductstore 
Enter fullscreen mode Exit fullscreen mode

I hope you find this release useful. If you have any questions or feedback, don't hesitate to reach out in Discord or by opening a discussion on GitHub.

Thanks for using ReductStore!

reductstore Article's
30 articles in total
Favicon
ReductStore v1.13.0 Released With New Conditional Query API
Favicon
Keeping MQTT Data History with Node.js
Favicon
ReductStore v1.12.0 released: record deletion API and storage engine optimization
Favicon
3 Ways to Store Computer Vision Data
Favicon
ReductStore v1.11.0: Changing labels and storage engine optimization
Favicon
Getting Started with ReductStore in C++
Favicon
How to Keep a History of MQTT Data With Rust
Favicon
Deploy ReductStore as Azure Virtual Machine
Favicon
Getting Started with ReductStore in Node.js
Favicon
Getting Started with ReductStore in Python
Favicon
ReductStore v1.10.0: downsampling and optimization
Favicon
ReductStore CLI Client now in Rust
Favicon
Time Series Blob Data: ReductStore vs. MongoDB
Favicon
Time Series Blob Data: ReductStore vs. TimescaleDB
Favicon
ReductStore v1.9.0 Released
Favicon
How to Keep a History of MQTT Data With Python
Favicon
Performance comparison: ReductStore Vs. Minio
Favicon
ReductStore v1.8.0 Has Been Released with Data Replication
Favicon
ReductStore v1.7.0 has been released with provisioning and batch writing
Favicon
ReductStore 1.6.0 has been released with new license and client SDK for Rust
Favicon
ReductStore v1.5.0 has been released
Favicon
ReductStore v1.4.0 in Rust has been released
Favicon
Subscribing new records with Reduct C++ SDK
Favicon
6 weeks with Rust
Favicon
Data Reduction and Why It Is Important For Edge Computing
Favicon
We Are Moving to Rust
Favicon
CLI Client for ReductStore v0.8.0 has been released
Favicon
How to Use "Cats" dataset with Python ReductStore SDK
Favicon
Streamline your edge computing workflows with ReductStore, now available on Snap
Favicon
ReductStore Client SDK for C++ v1.3.0 with Labels Support

Featured ones: