Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguzhantasimaz/bynogame-price-analyst
Skin listings, price stats, price comparisons for Counter Strike between ByNoGame and Steam
https://github.com/oguzhantasimaz/bynogame-price-analyst
bynogame flyio go go-mongo-driver golang kafka kafka-consumer kafka-producer mongodb steam steam-api steammarket upstash upstash-kafka
Last synced: 6 days ago
JSON representation
Skin listings, price stats, price comparisons for Counter Strike between ByNoGame and Steam
- Host: GitHub
- URL: https://github.com/oguzhantasimaz/bynogame-price-analyst
- Owner: oguzhantasimaz
- License: mit
- Created: 2023-10-02T08:28:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T12:17:26.000Z (12 months ago)
- Last Synced: 2024-08-24T01:45:13.025Z (3 months ago)
- Topics: bynogame, flyio, go, go-mongo-driver, golang, kafka, kafka-consumer, kafka-producer, mongodb, steam, steam-api, steammarket, upstash, upstash-kafka
- Language: Go
- Homepage: https://bynogamepriceanalyst.vercel.app
- Size: 793 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Price Analyst & Comparison Tool
Welcome to the Price Analyst & Comparison Tool! This application allows you to analyze and compare prices from various sources, including Bynogame.com and the Steam market.
## Table of Contents
- [Overview](#overview)
- [Technologies Used](#technologies-used)
- [Deployment](#deployment)
- [Architecture](#architecture)
- [Frontend](#frontend)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Overview
This tool provides price analysis and comparison features for products available on Bynogame.com and the Steam market. It includes a backend system for data processing and storage, as well as a frontend interface for users to interact with the analyzed data.
The frontend GitHub repository can be found [here](https://github.com/oguzhantasimaz/bynogame-price-analyst-fe).
![Structure](https://github.com/oguzhantasimaz/bynogame-price-analyst/blob/main/structure.png)
## Technologies Used
- **Golang**: Used for building the main backend API, as well as the Producer and Consumer components.
- **Kafka**: Messaging system for data communication.
- **MongoDB**: Used to store and retrieve data.
- **React.js**: Frontend framework for the user interface.## Deployment
- **Backend**:
- Core API running on [Fly.io](https://fly.io/).
- Producer and Consumer components are also hosted on [Fly.io](https://fly.io/).
- Kafka is hosted serverlessly on [Upstash](https://upstash.com/).
- MongoDB is hosted on [MongoDB Atlas](https://www.mongodb.com/cloud/atlas).
- **Frontend**: The frontend is deployed on Vercel and can be accessed at [https://bynogamepriceanalyst.vercel.app/](https://bynogamepriceanalyst.vercel.app/).
## Architecture
The architecture of the system is as follows:
- Producer gathers data from Bynogame.com.
- Consumer consumes data from Kafka and processes it, also gathers data from the Steam market.
- Kafka is used for asynchronous data transfer between components.
- A core API handles data writing to MongoDB and reading from it.## Frontend
The frontend provides an intuitive interface for users to:
- View price analysis results.
- Compare prices from different sources.
- See the latest price
- Percentage between the two sources.## Screenshots
![Screenshot1](https://github.com/oguzhantasimaz/bynogame-price-analyst/blob/main/example.png)
## Usage
Access the [frontend](https://bynogamepriceanalyst.vercel.app/) to start using the tool.
## TODO
- [ ] Add price history graph.
- [ ] Add search and filter options.
- [ ] Add pagination.
- [ ] Add Filter by item type, quality, rarity and exterior.
- [ ] Add Filter by item quality.
- [ ] Add notifications for low listing prices.## Contributing
Feel free to open issues or submit pull requests to this GitHub repository.
## License
This project is licensed under the [MIT License](LICENSE).