Going to the Linux Foundation Open Source Summit in Tokyo next week? Nick and I from the OpenRiak project will be going, as will someone from the EEF. Happy to meet for a chat, snack, drink or meal!
#erlang
#openriak
#riak
#erl-ef
#OSSummit
Going to the Linux Foundation Open Source Summit in Tokyo next week? Nick and I from the OpenRiak project will be going, as will someone from the EEF. Happy to meet for a chat, snack, drink or meal!
#erlang
#openriak
#riak
#erl-ef
#OSSummit
OpenRiak is built for resilience
If a node goes offline, others take over, keeping your system running smoothly.
When it comes back online (or is added), data is automatically synced in the background
Zero downtime
#OpenRiak #NoDowntime #HighAvailability #DistributedSystems
OpenRiak KV is built for resilience
β
Stores 3 copies of data (tunable)
β
Anti-entropy engine
β
Uses read-repair to fix inconsistencies
It automatically repairs divergent data and ensures all copies match, even in hardware or network failures
#NoSQL #Database #FaultTolerance
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
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
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
1/4 #NoSQL v #SQL
Working with SQL is great. It's like an Excel workbook where every table is a spreadsheet and your application code is a glorified VB Macro with a front end.
Using tools such as phpMyAdmin, you can even browse each table in your database like a spreadsheet
#DataSovereignty is increasingly important
With #OpenSource tools like #OpenRiak & EU-based providers, Europe is retaking control of its data infrastructure
github.com/openriak
#OpenRiak is the #NoSQL Database empowering devs and businesses
βοΈFree, scalable & distributed
βοΈRobust Key/Value store
βοΈS3 drop-in replacement
Contribute via #GitHub github.com/openriak
4/4
Join the growing community
Contribute to #OpenRiak via Github at github.com/openriak
#NoSQL #SoftwareDevelopment #Database
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?
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...
1/4
#OpenRiak (formerly Riak) is one of the oldest #NoSQL databases
It pioneered many staples in modern NoSQL and DBaaS solutions.
It offers direct access to the database, bypassing unnecessary layers...
#OpenRiak: Free, open-source and scalable distributed NoSQL solutions
βοΈCommodity hardware or cloud
βοΈRobust Key/Value store
βοΈS3 drop-in replacement
βοΈTime Series solution with basic SQL integration
Contribute via Github at github.com/openriak
#developers #softwaredevelopment
A selection of the members from the EEF OpenRiak working group today at Code BEAM America 2025.
#OpenRiak birds of a feather round table at 2:45pm in the Commandants Room on 10th Floor at #CodeBeam America 2025. Join us to ask questions about OpenRiak, discuss the future or anything else!
Weβre looking forward to Martin Sumnerβs talk at 11:45 in the Crystal Ballroom at #CodeBeam America 2025. Join us to discover updates to OTP have helped #OpenRiak with speed and stability.
π Developers, unlock the power of #OpenRiak:
- NoSQL
- Opensource
- Scalable & Flexible
Contribute via GitHub at github.com/openriak
#SoftwareEngineering #softwaredeveloper #OpenSource #NoSQL
#OpenRiak is at #CodeBeam America 2025 hosting a roundtable on OpenRiak. Join us and ask anything youβd like to know!
OpenRiak KV 3.2.4 has been released!
KV 3.2.4 addresses some functionality issues located in 3.2.3 whilst also granting us some minor performance enhancements. More details can be seen in the Release Notes at github.com/OpenRiak/ria....