OpenRiak
openriak.com
OpenRiak
@openriak.com
A distributed, decentralised and highly-available key-value data storage system with predictable response times in the presence of complex failure scenarios.
4/4 #NoSQL does require a bit more planning and better design than #SQL

Tip: Maximise the power of NoSQL by storing your data based on how you intend to query it!

Give NoSQL a try with #OpenRiak

Check it out here: github.com/openriak
April 30, 2025 at 5:24 PM
3/4 #NoSQL can do something that #SQL can’t do efficiently—run multiple parallel GET operations

A complex SQL statement joining multiple tables is just a bunch of parallel GET operations in NoSQL

These run in parallel, so the slowest operation determines the total query time
April 30, 2025 at 5:24 PM
2/4 #NoSQL is like a filesystem, letting you store anything in any format

Take user info, with NoSQL you could store:

- Username as text
- Profile picture as a JPG
- Address as a JSON blob
- Password as a hash

Because of this #NoSQL runs rings around #SQL for direct lookups
April 30, 2025 at 5:24 PM
4/4

Join the growing community

Contribute to #OpenRiak via Github at github.com/openriak

#NoSQL #SoftwareDevelopment #Database
Open Riak
Repository for an open fork of Riak - maintained in conjunction with the Erlang Ecosystem Foundation - Open Riak
github.com
March 26, 2025 at 2:52 PM
3/4

OpenRiak puts the onus on developers to write smart queries. It's designed by top developers for top developers. Why not raise your game to work with the best?
March 26, 2025 at 2:52 PM
2/4

This direct access enables far more powerful and efficient queries to be planned and executed using #OpenRiak, as they don't need to run through unnecessary intermediary layers...
March 26, 2025 at 2:52 PM