Official ASF source releases of Apache ResilientDB (Incubating)
Download official Apache ResilientDB (Incubating) source releases. Release artifacts are served via the Apache mirror system (closer.lua). Signature and hash files are always downloaded from the main Apache distribution site.
Official ASF source release — use closer.lua mirrors for the tarball; verify with ASC or SHA512 from downloads.apache.org
It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc) or, failing that, the SHA-512 hash (.sha512). Always fetch signatures, hashes, and the KEYS file from the main Apache distribution site, not from a mirror. See also Verifying Apache Software Foundation Releases.
Download the KEYS file containing the public keys used to sign releases, then import it:
gpg --import KEYSDownload the .asc signature from downloads.apache.org (linked above) and verify:
gpg --verify apache-resilientdb-1.12.0-incubating-rc3-src.tar.gz.asc apache-resilientdb-1.12.0-incubating-rc3-src.tar.gzDownload the .sha512 file from downloads.apache.org and check the hash:
shasum -a 512 -c apache-resilientdb-1.12.0-incubating-rc3-src.tar.gz.sha512On Linux, you can use sha512sum -c instead of shasum -a 512 -c.
For development from source control (unreleased code), see the Community pages. Do not use GitHub archives as a substitute for official ASF releases.