Skip to main content

A Aerospike provider for Apache Airflow

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airflow_provider_aerospike-0.0.1.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

airflow_provider_aerospike-0.0.1-py3-none-any.whl (21.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page