Skip to content

eldar-elne/airflow-aerospike-provider

Repository files navigation

Aerospike Provider for Apache Airflow

image

Installation

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

Configuration

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)

Operators

currently, the provider supports simple operations such as Fetching single or multiple keys and Creating/Updating keys.

Sensors

currently, the provider supports simple methods such as checking if single or multiple keys exist.

About

Aerospike Provider for Apache Airflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages