Header banner
Revain logoHome Page
whitedb logo

WhiteDB Review

1

Β·

Excellent

Revainrating 5 out of 5Β Β 
RatingΒ 
5.0
IT Infrastructure, Database Software

View on AmazonView on Π―M

Description of WhiteDB

WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and the application program.

Reviews

Global ratings 1
  • 5
    1
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Type of review

Revainrating 5 out of 5

Reliable database engine at an affordable price

Ease of use, high performance, low footprint, great support, ability to scale, excellent documentation. The lack of features for some data types (numeric, date times) can be a problem. Highly recommended! We needed a system that could handle our transaction volume without being a resource hog. We were also looking for a good way to expose business metadata via REST-based APIs. Data integrity was very important to us as well. I am pleased to see how quickly we've been able to get up and running

Pros
  • Great scalability options built into it's architecture..Easy integration wth other AWS services such S3 buckets or RDS instances..Great security model including encryption at rest using AES256 bit key
Cons
  • It is hard to say