https://github.com/digio/steampup
Natural language querying of remote data sources using LLMs and Steampipe
https://github.com/digio/steampup
Last synced: 8 days ago
JSON representation
Natural language querying of remote data sources using LLMs and Steampipe
- Host: GitHub
- URL: https://github.com/digio/steampup
- Owner: digio
- License: apache-2.0
- Created: 2023-03-03T13:03:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T05:11:21.000Z (over 3 years ago)
- Last Synced: 2025-02-25T13:51:56.664Z (over 1 year ago)
- Language: TypeScript
- Size: 443 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steampup
Steampup is a simple tool to query information about Github stars using natural language queries.
It uses [Steampipe](https://steampipe.io) to query Github stars via its Github plugin and
[OpenAI](https://openai.com)'s GPT-3 API to generate SQL from natural language queries.
## Prerequisites
1. Create an OpenAI API key. [Create a free account](https://platform.openai.com/) and then [create your
API key](https://platform.openai.com/docs/quickstart/build-your-application).
2. Create a fine grained Github Personal access token with read access to public repos.

3. Make sure you have docker installed and running along with docker-compose.
## Installation
1. Clone the repository
2. Make sure you have NodeJS installed (version 17 or higher)
3. Run `npm install` to install the dependencies
4. Run `npm run setup` and follow the prompts to configure and start the app
# Example requests
- `Last five people to star digio/istio-demo`
- `Everyone who starred both digio/istio-demo and digio/terraform-google-gitlab-runner`
