Jump to content

Key-Value/Object DB?

Nineballo
Go to solution Solved by DevBlox,

MongoDB, Elasticsearch (document id is the key if it fits your needs, and great for searching through things too). Or just have one database - a fast key-value db that stores on disk, usable on cloud storage as well: Aersospike (can use anything that can be abstracted as a block device - files, devices, but is mainly optimised for SSDs), or you can shell out for RedisLabs (also grants you SSD storage option) since you use it already basically. Having one database would simplify your application greatly.

Anyone know of a key value database similer to redis that has a working npm package?

I want to use redis for data that changes often, and then have a secondary database that handles data that is rather constant.

 

Spoiler

CPU: 5800x

GPU: 1070ti

HDD: Seagate 3TB
SSD: 1TB WD NVME

RAM: 32GB ddr4 3200

HEADPHONES: DT990 pro 250ohm limited edition black

MONITER: BenQ xl2536

CASE: s340 elite hyperbeast

KEYBOARD: nk87- zilent switches

MOUSE: G403 Hero

 

Link to comment
Share on other sites

Link to post
Share on other sites

MongoDB, Elasticsearch (document id is the key if it fits your needs, and great for searching through things too). Or just have one database - a fast key-value db that stores on disk, usable on cloud storage as well: Aersospike (can use anything that can be abstracted as a block device - files, devices, but is mainly optimised for SSDs), or you can shell out for RedisLabs (also grants you SSD storage option) since you use it already basically. Having one database would simplify your application greatly.

Link to comment
Share on other sites

Link to post
Share on other sites

You can try memcached or Elasticsearch . 

Sudo make me a sandwich 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×