https://github.com/timescale/savannah-pulse
See what LLMs are saying out in the wild.
https://github.com/timescale/savannah-pulse
generative-engine-optimization geo
Last synced: 3 months ago
JSON representation
See what LLMs are saying out in the wild.
- Host: GitHub
- URL: https://github.com/timescale/savannah-pulse
- Owner: timescale
- License: apache-2.0
- Created: 2025-07-23T02:39:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T05:16:16.000Z (3 months ago)
- Last Synced: 2025-10-03T07:07:13.333Z (3 months ago)
- Topics: generative-engine-optimization, geo
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# Savannah Pulse
See what LLMs are saying out in the wild about TigerData and Timescale.
## Getting Started
```bash
npm install
```
You will then need to configure the `.env` file (see `.env.sample` to start).
## Running app
For development:
```bash
docker compose up -d
npm run dev
```
For production:
```bash
npm run start
```