metadb-project / metadb

Metadb extends PostgreSQL with features to support analytics such as streaming data sources, data model transforms, and historical data
Apache License 2.0
8 stars 2 forks source link

Provide support to ingest data from a single data source into multiple Metadb instances #61

Closed sbeltaine closed 3 months ago

sbeltaine commented 5 months ago

We are currently sychronizing a Metadb Test instance with our FOLIO Test application server. We would like guidance on sychronizing our FOLIO application server data to two Metadb instances. This does not appear to be covered in the metadb documentation at https://metadb.dev/doc/ at this time.

nassibnassar commented 3 months ago

This is not currently supported, but I think it can be done if you are willing always to resync both Metadb instances together.

nassibnassar commented 3 months ago

@hutchinsonca