Skip to content

Commit

Permalink
[feat] duckdb plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Nov 20, 2024
1 parent a253cae commit 8c965e1
Show file tree
Hide file tree
Showing 36 changed files with 864 additions and 429 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/keplergl-duckdb-plugin"]
path = src/keplergl-duckdb-plugin
url = git@github.com:foursquare/keplergl-duckdb-plugin.git
4 changes: 3 additions & 1 deletion examples/demo-app/esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const RESOLVE_LOCAL_ALIASES = {
// kepler.gl and loaders.gl need to use same apache-arrow
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`,
// all react-ai-assist needs to be resolved from samenode_modules
'react-ai-assist': `${NODE_MODULES_DIR}/react-ai-assist`
'react-ai-assist': `${NODE_MODULES_DIR}/react-ai-assist`,
// add alias to serve from keplergl-duckdb-plugin submodule
'keplergl-duckdb-plugin': `${SRC_DIR}/keplergl-duckdb-plugin/src`
};

const config = {
Expand Down
1 change: 1 addition & 0 deletions examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"react-virtualized": "^9.21.0",
"redux": "^4.2.1",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^1.0.0",
"styled-components": "^4.1.3"
},
Expand Down
Loading

0 comments on commit 8c965e1

Please sign in to comment.