requirements:
python
3.8.0+
aerospike
14.0.0+
apache-airflow
2.2.0+
You can install this package as:
pip install airflow-provider-aerospike
In the Airflow interface, configure a Connection
for Aerospike. Configure the following fields:
Conn Id
:aerospike_conn_id
Conn Type
:Aerospike
Port
: Aerospike cluster port (usually at 3000)Host
: Cluster node address (The client will learn about the other nodes in the cluster from the seed node)
currently, the provider supports simple operations such as Fetching single or multiple keys and Creating/Updating keys.
currently, the provider supports simple methods such as checking if single or multiple keys exist.