Skip to content

Add DocumentDB DuckDB extension - #1

Open
sandeepsnairms wants to merge 2 commits into
documentdb:mainfrom
sandeepsnairms:publish/documentdb-community-extension
Open

Add DocumentDB DuckDB extension#1
sandeepsnairms wants to merge 2 commits into
documentdb:mainfrom
sandeepsnairms:publish/documentdb-community-extension

Conversation

@sandeepsnairms

Copy link
Copy Markdown
Collaborator

Summary

This PR adds the DocumentDB DuckDB extension implementation, build wiring, and the initial validation evidence for publication review.

Included work

  • DuckDB extension loader and CMake wiring
  • DocumentDB connection, schema, and scan scaffolding
  • SQL function registration for version and collection metadata
  • smoke tests for the extension behavior
  • usage and architecture documentation

Validation

Verified in the current repo state:

  • native build succeeds
  • Linux Docker build path succeeds via DuckDB extension-ci-tools
  • runtime SQL functions work as expected in the DuckDB shell

Notes

This is a publication-ready review branch for the extension work and the associated validation trail.

Comment thread src/documentdb_extension.cpp
Comment thread src/documentdb_extension.cpp
Comment thread README.md
Comment thread tests/documentdb_smoke_test.cpp
Comment thread src/documentdb_schema.cpp Outdated
Comment thread build_output.txt Outdated
Comment thread src/documentdb_connection.cpp Outdated

@hossain-rayhan hossain-rayhan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good as first scaffolding. Let's move forward addressing the minor comments.

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.

2 participants