Viewing profile — gawry
gawry
HN member- Joined
- Thu, May 15, 2014, 1:17 AM UTC
- HN karma
- 16
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About gawry
No profile information was provided.
Recent public activity
-
comment
Comment #46086810
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 dece…
-
comment
Comment #46082639
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 …
- story
-
comment
Comment #46004419
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 cluste…
- story
-
comment
Comment #45891360
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 buildi…
-
comment
Comment #45889313
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.
-
comment
Comment #45880159
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 s…
- story
-
comment
Comment #12561867
A nice place to start might be the CFA study guide https://www.cfainstitute.org/programs/cfaprogram/courseofstu...
-
comment
Comment #10159224
They make a comparison in their Docs. http://docs.telepat.io/#comparison
-
comment
Comment #9371297
Doesn't unix socket commands work without dropping connections? http://cbonte.github.io/haproxy-dconv/configuration-1.5.html...