This sample demonstrates how to deploy and use a PostgreSQL database in your Quix Cloud pipeline.
Please note: this image is provided by Postgres and is offered as-is, with no specific support from Quix. For any support, contact Postgres directly.
- Create an account or log in to your Quix account and navigate to the Code Samples section.
- Click
Deployto launch a pre-built container in Quix. - Enable state, otherwise changes will be lost on restart. Please note, the necessary storage type may not be supported on all Quix Platforms.
To interact with PosgreSQL from your pipeline, either use one of the no-code PostgreSQL connectors in Quix Cloud or use a Quix Streams PostgreSQLSink directly.
Use the following values to connect:
host="postgresql"
port=80
username="admin" # or your POSTGRES_USER value
password="<YOUR PASSWORD>" # your POSTGRES_PASSWORD value
db="quix" # or your POSTGRES_DB valueFeel free to fork this project on the GitHub repository and contribute your enhancements. Any accepted contributions will be attributed accordingly.
This project is open source under the Apache 2.0 license and available in our GitHub repo. Remember, this image is provided by Influx and is offered as-is, with no InfluxDB specific support from Quix.