Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gawry
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gawry
10mo ago
Yes! RocksDB is incredibly powerful with proper setup and key schemas. Following on that project I might build other things like a stream/queue broker, which will probably fit decently with RocksDB as well
2.
▲
Building a Distributed Database in Elixir, Part 3: Storage Layer and Why RocksDB
(medium.com)
12 points
by
gawry
10mo ago
|
4 comments
3.
▲
by
gawry
10mo ago
Part 3 of my distributed database series. This one covers the storage engine decision - the foundation everything else sits on. Main topics: how key encoding lets a single ordered KV store emulate document/graph/time-series models
4.
▲
by
gawry
10mo ago
Part 2 of documenting my distributed database project. This post covers why Elixir's BEAM VM is well-suited for building distributed databases: OTP supervision trees, native clustering, lightweight processes, and the ecosystem (libclus
5.
▲
Building a Distributed Database in Elixir (Part 2: Architecture and the Beam)
(medium.com)
2 points
by
gawry
10mo ago
|
1 comments
6.
▲
by
gawry
10mo ago
It is getting types but as an after thought, so i still don't like that much how that's done. Better than not having though I used to build webapps, and currently working on building a database
7.
▲
by
gawry
10mo ago
I would like to see that too. I have been using Elixir for projects with good results. But I like Gleam's syntax and the idea of having compile time type checks.
8.
▲
Building a Distributed Database in Elixir (Part 1: Motivation and Challenges)
(medium.com)
5 points
by
gawry
10mo ago
|
1 comments
9.
▲
by
gawry
10mo ago
I'm documenting my journey building a distributed database using Elixir/OTP and RocksDB. Not trying to replace Postgres, but exploring whether Elixir's concurrency primitives and supervision trees offer a fundamentally differ
10.
▲
by
gawry
10y ago
A nice place to start might be the CFA study guide https://www.cfainstitute.org/programs/cfaprogram/courseofstu...
11.
▲
by
gawry
11y ago
They make a comparison in their Docs. http://docs.telepat.io/#comparison
12.
▲
by
gawry
11y ago
Doesn't unix socket commands work without dropping connections? http://cbonte.github.io/haproxy-dconv/configuration-1.5.html...