We will also offer a Dockerfile that would do multiple things at once:
- Fully configure Postgres with the necessary extensions pre-installed:
a. vchord
b. timescaledb
c. clickhouse_fdw courtesy of Supabase)
- Clickhouse server
The Dockerfile will also contain a script to set up foreign tables in Postgres for consuming trace-level data from Clickhouse, opting to treat Postgres a single point of consumption, but not sacrificing performance when it comes to highly-concurrent operations, or batching.
Coincidentally, this is all that you need to set up Langfuse, so we'll be providing an additional docker-compose.yml reference for the daemon deployments with LLM Ops backed in. Langfuse will never be required to run a simp daemon, however PostgreSQL will.
We will also offer a
Dockerfilethat would do multiple things at once:a. vchord
b. timescaledb
c. clickhouse_fdw courtesy of Supabase)
The
Dockerfilewill also contain a script to set up foreign tables in Postgres for consuming trace-level data from Clickhouse, opting to treat Postgres a single point of consumption, but not sacrificing performance when it comes to highly-concurrent operations, or batching.Coincidentally, this is all that you need to set up Langfuse, so we'll be providing an additional
docker-compose.ymlreference for the daemon deployments with LLM Ops backed in. Langfuse will never be required to run a simp daemon, however PostgreSQL will.