1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/dynomite/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
522 B
Plaintext

Dynomite, inspired by Dynamo whitepaper, is a thin, distributed dynamo layer
for different storage engines and protocols. Currently these include Redis and
Memcached. Dynomite supports multi-datacenter replication and is designed for
high availability.
The ultimate goal with Dynomite is to be able to implement high availability and
cross-datacenter replication on storage engines that do not inherently provide
that functionality. The implementation is efficient, not complex (few moving
parts), and highly performant.