Is there a way to download Aerospike server, Monitoring Stack, and Client software programmatically?

The Aerospike Knowledge Base has moved to https://support.aerospike.com. Content on https://discuss.aerospike.com is being migrated to either https://support.aerospike.com or https://docs.aerospike.com. Maintenance on articles stored in this repository ceased on December 31st 2022 and this article may be stale. If you have any questions, please do not hesitate to raise a case via https://support.aerospike.com.

Question

How do I download Aerospike server, Monitoring Stack, and Client software programatically?

Answer

There is no Aerospike specific tool to download the packages directly. You can use wget to download the packages and script it as required.

For example, to download the latest Enterprise server packages, you can use the following:

wget -O aerospike-server.tgz https://www.aerospike.com/enterprise/download/server/latest/artifact/el7

wget -O aerospike-prometheus-exporter.tgz https://www.aerospike.com/download/monitoring/aerospike-prometheus-exporter/latest/artifact/rpm 

wget -O java.tgz 'http://aerospike.com/download/client/java/latest/artifact/tgz'

Timestamp

October 2020