Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 640 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 640 Bytes

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