An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SQL Prophet

Time series forecasting with DuckDB SQL and Evidence. [Live app →](https://sql-prophet.evidence.app/)

![Forecasting using SQL](static/output.png)

# 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)