Notes: at the moment, you need to install VulcanSQL using npm to have this feature
Since now VulcanSQL has support of the httpfs extention in DuckDB, we can directly query data from the internet.
- install VulcanSQL:
npm install -g @vulcan-sql/cli - go to the project directory:
npm install- in one terminal:
vulcan start --watch, now the API docs is auto generated athttp://localhost:3000/doc - in another terminal:
vulcan catalog, now the API catalog is athttp://localhost:4200
- in one terminal:
After clicking the Connect button...

To understand more what VulcanSQL is and how it works, please check out https://vulcansql.com/
