Skip to content

mineco13/duckdb-node-neo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DuckDB Node Neo

Tried DuckDB Node Neo Client

How to TRY

docker compose down&&docker compose up -d --build
open http://localhost:3000

How to DEV

COMMENT OUT the remix section in compose.yaml

services:
- remix:
- ...
+ # remix:
+ # ...

  minio:

and

docker compose down&&docker compose up -d --build
S3_HOST=localhost S3_PORT="9000" S3_ACCESS_KEY_ID=minio S3_SECRET_ACCESS_KEY=minio123 npm run dev
# ACCESS http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published