FoundationDB gives you the power of ACID transactions in a distributed database.
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operating systems. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding. FoundationDB is Open source, is Ready for production, provides Industry-leading performance, is Fault tolerant and is Multi-model. This Port provides Latest FoundationDB Release to macOS with full support for all these features.
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operating systems. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding. FoundationDB is Open source, is Ready for production, provides Industry-leading performance, is Fault tolerant and is Multi-model. This Port provides Latest FoundationDB Release to macOS with full support for all these features.
To install foundationdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install foundationdb
To see what files were installed by foundationdb, run:
port contents foundationdb
To later upgrade foundationdb, run:
sudo port selfupdate && sudo port upgrade foundationdb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.