Skip to content

Commit

Permalink
feat: introduce DuckDB IngestEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Dec 28, 2023
1 parent 2d0254f commit ed8b2ad
Show file tree
Hide file tree
Showing 3 changed files with 814 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pattern/ingest/duckdb/deps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from "../../../deps.ts";
export * as yaml from "https://deno.land/[email protected]/yaml/stringify.ts";
export * as uuid from "https://deno.land/[email protected]/uuid/mod.ts";
1 change: 1 addition & 0 deletions pattern/ingest/duckdb/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./assurance.ts";
export * from "./typical.ts";
Loading

0 comments on commit ed8b2ad

Please sign in to comment.