Skip to content

Foreign Data Wrapper interface for XDBC usage in PostgreSQL

Notifications You must be signed in to change notification settings

polydbms/pg_xdbc_fdw

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •