Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: multicorn2 (Postgres FDW) backend #397

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

betodealmeida
Copy link
Owner

@betodealmeida betodealmeida commented Oct 24, 2023

Summary

A Postgres FDW backend, using multicorn2.

  • basic SELECT
  • optimized SELECT (ie, handle Qual and columns)
  • write API
  • query cost
  • documentation
  • integration tests

Testing instructions

  1. Start the docker container: cd postgres && docker-compose up --build -d
  2. Run the examples/postgres.py script

@betodealmeida betodealmeida force-pushed the multicorn2 branch 18 times, most recently from 0805aaf to 504ec4d Compare October 26, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant