An open API service indexing awesome lists of open source software.

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

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