https://github.com/evidence-dev/sql-prophet
Time series forecasting with DuckDB and Evidence
https://github.com/evidence-dev/sql-prophet
Last synced: 10 months ago
JSON representation
Time series forecasting with DuckDB and Evidence
- Host: GitHub
- URL: https://github.com/evidence-dev/sql-prophet
- Owner: evidence-dev
- Created: 2024-07-02T18:55:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:07:00.000Z (over 1 year ago)
- Last Synced: 2025-04-02T17:11:18.303Z (about 1 year ago)
- Language: Svelte
- Homepage: https://sql-prophet.evidence.app/
- Size: 864 KB
- Stars: 39
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Prophet
Time series forecasting with DuckDB SQL and Evidence. [Live app →](https://sql-prophet.evidence.app/)

# Running
## Using Codespaces
Click the big green button that says `Code` and then Codespaces > Open Codespace
Once open, click the `Start Evidence` button in the bottom status bar.
## CLI
```bash
npx degit archiewood/sql-prophet sql-prophet
cd sql-prophet
npm install
npm run sources
npm run dev
```
## Requirements
- Node 18/20
- npm
## Learning More
- [Docs](https://docs.evidence.dev/)
- [Github](https://github.com/evidence-dev/evidence)
- [Slack Community](https://slack.evidence.dev/)
- [Evidence Home Page](https://www.evidence.dev)