https://github.com/webability-go/peplum
Universal big data backend system for games
https://github.com/webability-go/peplum
Last synced: 4 months ago
JSON representation
Universal big data backend system for games
- Host: GitHub
- URL: https://github.com/webability-go/peplum
- Owner: webability-go
- Created: 2021-08-08T22:43:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T14:54:04.000Z (almost 5 years ago)
- Last Synced: 2025-10-03T18:51:04.713Z (9 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peplum
A universal big data backend system for games - with an API
I. Fundamentals
Most games need users and data stored for the users. Also games may need cross users data, like hall of fames, counts, percentage of completion etc.
Another important part of the games are in-game sales.
1.1 Users
1.2 Data of users
1.3 Sales
1.4 Stats data
II. Data
III. API
3.1 User API
The user API accept 5 types of users:
- Native (with user and password)
- Facebook user
- Google user
- Apple user
- Huawei user
More connectors may be added in the future (twitter, microsoft etc.)
3.2 Data of users API
3.3 Sales API
3.4 Stats API