Skip to content

DRAFT: Shopify FDW #457

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

DRAFT: Shopify FDW #457

wants to merge 7 commits into from

Conversation

kiwicopple
Copy link
Member

This pull request introduces support for a new Shopify foreign data wrapper (FDW) in the project. The most important changes include adding a new entry to the navigation in mkdocs.yaml, creating a new Cargo package for the Shopify FDW, and defining the corresponding WebAssembly interface using the WIT format.

Documentation Updates:

  • mkdocs.yaml: Added a new navigation entry for Shopify documentation, linking to catalog/shopify.md.

Shopify FDW Implementation:

  • wasm-wrappers/fdw/shopify_fdw/Cargo.toml: Created a new Cargo package for the Shopify FDW, specifying dependencies, metadata, and build configurations. This includes dependencies on wit-bindgen-rt, serde, and serde_json, as well as metadata for integration with Supabase components.
  • wasm-wrappers/fdw/shopify_fdw/wit/world.wit: Defined the WebAssembly interface for the Shopify FDW, importing and exporting relevant modules from the Supabase wrappers library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant