Skip to main content

A universal bridge to connect, map, and automate data transfer between any two REST APIs

Project description

ApiLinker

PyPI version License: MIT Binder Documentation

A universal bridge to connect, map, and automate data transfer between any two REST APIs.


📚 Documentation

Full documentation is available at https://kkartas.github.io/APILinker/.

🚀 Quick Install

pip install apilinker

⭐ Message Queue Connectors

Message-queue connectors are optional.

pip install apilinker[mq]

Minimal example (worker loop):

from apilinker.core.error_handling import DeadLetterQueue
from apilinker.core.message_queue import MessagePipeline, MessageWorker
from apilinker.core.message_queue_connectors import RabbitMQConnectorPlugin

consumer = RabbitMQConnectorPlugin()
producer = RabbitMQConnectorPlugin()

consumer_conn = consumer.connect(host="localhost")
producer_conn = producer.connect(host="localhost")

pipeline = MessagePipeline(
    consumer=consumer,
    producer=producer,
    dlq=DeadLetterQueue("./dlq"),
)

worker = MessageWorker(
    pipeline,
    consumer_connection=consumer_conn,
    producer_connection=producer_conn,
    source="input_queue",
    default_destination="output_queue",
)

worker.run()

🌟 Features

  • 🔄 Universal Connectivity - Connect any two REST APIs.
  • 🗺️ Powerful Mapping - Transform data with ease.
  • Event-Driven Pipelines - Optional message queue connectors (RabbitMQ, Redis Pub/Sub, AWS SQS, Kafka).
  • 🔒 Secure - Enterprise secret management (Vault, AWS, Azure, GCP).
  • 🧬 Scientific Connectors - Built-in support for NCBI, arXiv, and more.

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

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

apilinker-0.6.1.tar.gz (171.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

apilinker-0.6.1-py3-none-any.whl (130.7 kB view details)

Uploaded Python 3

File details

Details for the file apilinker-0.6.1.tar.gz.

File metadata

  • Download URL: apilinker-0.6.1.tar.gz
  • Upload date:
  • Size: 171.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for apilinker-0.6.1.tar.gz
Algorithm Hash digest
SHA256 7e2e0579134f417421ec70198cc367bd85d19a7dcaa1760cf565a3bf4bb8da55
MD5 d40e1c5d6f9e92db22086075604e810a
BLAKE2b-256 e963a217725706142e092a7aef089191daaa7d4918d899cf66cbd5d1028834e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for apilinker-0.6.1.tar.gz:

Publisher: release.yml on kkartas/APILinker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apilinker-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: apilinker-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 130.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for apilinker-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 146480ffe6c93b372144be1241924fd2ec2b1d9bcc12c6f54220aaf6e54c4515
MD5 7fb3c14b06b42f55cc220e0a1eb7e542
BLAKE2b-256 507f20a2f410c92df170967f737a5eb8eca414247e0cb9f2cd0593f8a31d623e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apilinker-0.6.1-py3-none-any.whl:

Publisher: release.yml on kkartas/APILinker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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