Overview
Mixpeek Pipelines Guide
Mixpeek pipelines serve as serverless orchestrators, coordinating various methods into a single atomic unit that directly interacts with your database. They are designed to streamline operations by automatically managing tasks like create, upsert, and delete through generated Lambdas. Below, you will find a step-by-step guide on creating and using Mixpeek pipelines.
Setup Options
You can set up your Mixpeek pipeline using the API, through the Mixpeek Dashboard, or by integrating with GitHub. Here are the options:
Creating a Pipeline
To create a pipeline in Mixpeek, you first need to set up your environment with the necessary credentials and import the Mixpeek library.
Define and Create the Pipeline via API
You can define and create a pipeline by specifying the source, the operations to perform, and the destination for the data. Here’s an example of how to create a pipeline:
Parameters:
- alias: A friendly name for the pipeline.
- code: Python code to execute within the pipeline.
- source: Configuration of the data source including connection identifiers and filters.
- destination: Configuration of the destination where the results will be stored.
Was this page helpful?