Tagged articles

RestExpress

3 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jun 2, 2021 · Backend Development

Build a Simple Redis‑Like Service with RocksDB and RestExpress

This article walks through creating a lightweight Redis‑style key/value service called kedis by integrating Facebook's RocksDB storage engine and the RestExpress HTTP container, showing how to set up the server, define API routes, and perform basic put/get operations via HTTP requests.

Backend DevelopmentJavaKey-Value Store
0 likes · 7 min read
Build a Simple Redis‑Like Service with RocksDB and RestExpress
Architect's Tech Stack
Architect's Tech Stack
Nov 2, 2020 · Databases

Building a Simple Redis‑like Service with RocksDB and RestExpress (kedis)

This article demonstrates how to create a lightweight key/value store named kedis by integrating Facebook's RocksDB storage engine with the RestExpress HTTP container, providing step‑by‑step instructions, code examples for initializing the database, defining routes, and running the service via HTTP GET requests.

HTTPKey-Value StoreRestExpress
0 likes · 7 min read
Building a Simple Redis‑like Service with RocksDB and RestExpress (kedis)
Architect's Tech Stack
Architect's Tech Stack
Nov 25, 2019 · Backend Development

Building a Simple Redis‑Like Service with RocksDB and RestExpress (kedis)

This tutorial demonstrates how to use Facebook’s RocksDB storage engine together with the Netty‑based RestExpress HTTP container to create a lightweight Redis‑style key/value service called kedis, covering project setup, core API implementation, route configuration, building, launching, and basic curl interactions.

Backend DevelopmentKey-Value StoreRestExpress
0 likes · 13 min read
Building a Simple Redis‑Like Service with RocksDB and RestExpress (kedis)