Skip to content

unisave-cloud/heapstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unisave Heapstore

Website Discord

Heapstore is an official Unisave asset that provides a cloud database, similar to Unity's PlayerPrefs, that requires minimal server-side code. It requires the core Unisave Asset to function.

Development

  1. Clone the repository
  2. Open in Unity
  3. Install the core Unisave Asset via the Asset Store
  4. There should be no errors now

Features to implement

  • imperative API
    • document API
      • get (KEY known, fetches the document or signals it is missing)
      • set (KEY known, create or overwrite entire document)
      • update (KEY known, create or merge)
      • add (KEY to be created, create document)
    • query API
      • return documents based on a query
  • declarative API
    • watch a query and report modifications
  • latency compensation
    • document modifications should update watching queries on the same client immediately
  • real-time updates
    • document modifications should ping watching queries via the broadcasting system
  • security
    • authentication
    • security rules
  • quality of service
    • handle network outages

About

Unity asset providing cloud PlayerPrefs on Unisave

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages