gentoo-overlay
foundationdb
gentoo-overlay | foundationdb | |
---|---|---|
4 | 24 | |
3 | 15,168 | |
- | 0.9% | |
9.1 | 9.8 | |
6 days ago | 3 days ago | |
Shell | C++ | |
GNU General Public License v3.0 only | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gentoo-overlay
- Help me create an ebuild execute Cmake build from git
-
Install FoundationDB in Gentoo
clone my overlay, copy acct-user/foundationdb and acct-group/foundationdb and dev-db/foundationdb-bin and copy them into your own overlay (under the same named parent folders, acct-user, acct-group, dev-db) (creating your own overlay wiki page)
-
Trying to make a goverlay ebuild but i don't know where to start from.
all right, to make it easy I commited and pushed them to my overlay. use eselect repo or layman or your favorite tool to add https://github.com/Phoenix591/gentoo-overlay
-
Having some issues with custom portage profile
No that ought to work. if you want I have a couple profiles in my overlay made that way if you want to compare your repo configuration (metadata/layout) and profile related files
foundationdb
-
Foundation DB Record Layer SQL API
The five second timeout remains and trickles through to apply to Postgres transactions instead. This project would very much be for OLTP, so not really fit for using Postgres for OLAP or hybrid workloads.
The N+1 issue is a really interesting one which I have a plan for but haven't implemented yet. FoundationDB has what they call mapped ranges [0] to help with this, which works in some cases. More generally, one should make sure to issue read request as soon as possible and not on-demand, given that FoundationDB clients have a futures-based design. This is slightly tricky in Postgres because internally it has a pull-based model where one tuple is pulled from the execution plan at a time, so one needs to implement pre-fetching and not make a read against FDB each time a new tuple is pulled.
[0] https://github.com/apple/foundationdb/wiki/Everything-about-...
-
Pwning the Ladybird Browser
I'm honestly not at all familiar with browsers but I really do wonder if a custom language wouldn't be a reasonable tradeoff. It's not all that insane as that is a path that has been walked before. For instance FoundationDB has their own syntax to manage their actor system which just transpiles to C++: https://github.com/apple/foundationdb/blob/main/flow/README....
V8 also has torque which I think to some degree also fits into that type of mindset.
- FoundationDB – open-source, distributed, transactional key-value store
-
Figma's Databases team lived to tell the scale
Actually, Apple does this for iCloud! They use FoundationDB[1] to store billions of databases, one for each user (plus shared or global databases).
See: https://read.engineerscodex.com/p/how-apple-built-icloud-to-...
Discussed on HN at the time: https://news.ycombinator.com/item?id=39028672
[1]: https://github.com/apple/foundationdb https://en.wikipedia.org/wiki/FoundationDB
-
Maybe Getting Rid of Your QA Team Was Bad
Is this the language in question? https://github.com/apple/foundationdb/blob/main/flow/README....
- WASM by Example
-
JDK 21 Release Notes
Isn’t apple server on C/C++?
They have their own db in that
https://github.com/apple/foundationdb
-
How FoundationDB works and why it works
> Any meaningful technology is open source.
Clearly untrue, however FoundationDB is open source, with a permissive license.
https://github.com/apple/foundationdb
So is much of the operational tooling for it:
https://github.com/FoundationDB/fdb-kubernetes-operator
-
FoundationDB: A Distributed Key-Value Store
I don't recall any of those details but the test involved injecting a bogus block device that always returns garbage, and noting that this results in garbage records returned from client queries. And I don't think those kinds of issues have been eradicated, browsing through their github issues there are people trying to recover corrupted clusters. https://github.com/apple/foundationdb/issues/2480
- Apple/FoundationDB: FoundationDB
What are some alternatives?
hmg - Personal Gentoo/Linux configurations
FASTER - Fast persistent recoverable log and key-value store + cache, in C# and C++.
portage-bashrc-mv - Provide support for /etc/portage/bashrc.d and /etc/portage/package.cflags for the portage package manager (Gentoo Linux)
docker - Docker - the open-source application container engine
gentoo-monero - Monero packages for Gentoo Linux
fdb-kubernetes-operator - A kubernetes operator for FoundationDB