Skip to content

Repository files navigation

Foreign Data Wrapper for XDBC Client and Server

This fdw interfaces with XDBC Client and XDBC Server, which establishes data transfer with PostgreSQL via XDBC.

Instructions

initialize submodules

git submodule update --init --recursive

configure data

Check the tables/configurations in experiments/setup_fdw*

build image

cd docker && make

start container

docker compose -f docker-xdbc-fdw.yml up -d

create table schemata

docker exec pg_xdbc_client bash -c "cd pg_xdbc_fdw/experiments/ && ./setup_fdws.sh" 

run experiments

./experiments/run_experiments_for_datasets.sh 1

About

Foreign Data Wrapper interface for XDBC usage in PostgreSQL

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages