Getting Started With Matatika on Your Cloud
Time required: 5 minutes
Overview
The Matatika Platform can run in your own cloud. This documentation aims to provide you with everything you need to get up and running including:
- The architecture and examples to run on an Azure AKS cluster, with one node.
- The infrastructure configuration to be scaled out based on your compute needs.
- Scripts that create the infrastructure, example configuration files, and and Azure DevOps pipeline example to deploy and upgrade automatically.
Get started now
Start by cloning the Matatika Build repository.
$ git clone [email protected]:Matatika/matatika-build.git
The README will guide you though the setup and provides fully tested deployment examples.
Once completed, you will be able login to the Matatika Lab on your domain and start producing trusted data!
Got a question?
Reverse proxy configuration
If deploying behind an application gateway/reverse proxy, ensure that an X-Forward-Host
header with the external host is sent with all requests. This will allow the catalog API to generate resource links targeting the correct host, which the app uses to navigate the API following subsequent user actions.
Further Reading
- Find out how Matatika works with Meltano by reading about the Matatika concepts and artifacts: Matatika Concepts, Matatika Glossary and Matatika Technical Glossary
- Create your first pipeline: Create A Data Import Pipeline