@adityaparab/github-db 中文文档教程
github-db - Github as a Database :fire:
The issue
寻找一个在线基于 JSON 的数据库托管
很痛苦! 带宽的限制、数据存储的限制或仅仅是记住密码的困难甚至让最热心的人望而却步。 此外,对于那些只希望数据被持久化
的初学者来说,免费账户几乎没有任何可供探索的东西。
The solution
这个项目通过使用github存储库来存储数据库来解决这个问题。
用户提供数据以及数据库中集合的名称,服务器使用
REST API
进行适当的操作,负责数据操作方面。服务器操作本地存储库数据库并定期更新远程存储库中的数据库。
Contributions
有关如何贡献的更多详细信息,请参阅 Contribution.md。
github-db - Github as a Database :fire:
The issue
Finding an online JSON based database hosting
is a pain! The restrictions in bandwidth, the limitation in data storage or the mere struggle of remembering the passwords for such deters even the most enthusiastic people. Moreover, the free acounts come with practically nothing for the beginners to explore with for beginners who just want the data to be persisted
The solution
This project solves the issue by using a github repository to store database.
The user provides data along with name of the collection in the database, and the server does appropriate operation using
REST API
, taking care of the data manipulation aspect.The server manipulates the local repository database and periodically updates the database in the remote repository.
Contributions
Refer to Contribution.md for more details on how to contribute.