This repository contains the ingestion portion of the Steam Style project, which is designed to collect and store data about items available in the Steam Points Shop. The data can then be easily retrieved and queried using the API portion of the project, which is available in a separate repository.
The ingestion process periodically fetches items from the Steam Points Shop using the official Steam API and stores the results in a local Qdrant vector database. The purpose of the project is to offer a more convenient way of finding relevant items for profile customization, as an alternative to Steam's own lackluster search features.
- Git
- Docker + Docker Compose
git clone https://github.com/Steam-Style/ingestion.git cd ingestiondocker network create steam-style-shareddocker compose up -d