Hacker News new | ask | show | jobs
by fhrow4484 1085 days ago
> That being said, I wish there were more layers as the functionality out of the box is very very limited.

The record layer https://github.com/FoundationDB/fdb-record-layer which allows to store protobuf, and define the primary keys and index directly on those proto fields is truly amazing:

https://github.com/FoundationDB/fdb-record-layer/blob/main/d...

1 comments

It’s unfortunately Java only.