<2.2.0> POSTGRESQL + Multicorn + SQLAlchemy FDW + Cstore + share_dir + clickhouse_fdw
added to 2.1.0 following PG extension
<2.1.0> POSTGRESQL + Multicorn + SQLAlchemy FDW + Cstore + share_dir
- PostgreSQL 13.6
(Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
- Multicorn
(extension to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language)- multicorn
- SQLAlchemy Foreign Data Wrapper
(postgres FDW based on Multicorn that leveraging SQLalchemy Python library make possible to access data stored in any remote RDBMS engine supported by SQLAlquemy)
- CSTORE FDW Foreign Data Wrapper
(postgres columnar table)
- /SHARE_DIR
(new directory created as "anchor-point" to be mirrored with a localhost directory (i.e. localhost data volume) dedicated to data-exchange with localhost and potentially others containers adopting the same approach)
<2.0.0> POSTGRESQL + Multicorn + SQLAlchemy FDW + Cstore
- PostgreSQL 13.6
(Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
- Multicorn
(extension to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language)- multicorn
- SQLAlchemy Foreign Data Wrapper
(postgres FDW based on Multicorn that leveraging SQLalchemy Python library make possible to access data stored in any remote RDBMS engine supported by SQLAlquemy)
- CSTORE FDW Foreign Data Wrapper
(postgres columnar table)
<1.1.0> POSTGRESQL + Multicorn + SQLAlchemy FDW
- PostgreSQL 13.6
(Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
- Multicorn
(extension to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language)- multicorn
- SQLAlchemy Foreign Data Wrapper
(postgres FDW based on Multicorn that leveraging SQLalchemy Python library make possible to access data stored in any remote RDBMS engine supported by SQLAlquemy)
<1.0.0> POSTGRESQL + Multicorn
- PostgreSQL 13.6
(Debian 13.6-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
- Multicorn
(extension to make Foreign Data Wrapper development easy, by allowing the programmer to use the Python programming language)