Database on a personal github page

后端 未结 4 658
孤城傲影
孤城傲影 2021-01-29 23:19

Is it possible to have some data stored somewhere on your personal github page?

For example a button that triggers a counter. When you click on the button , counter incr

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 00:10

    Depending on your needs, you can try GithubDB

    From their docs:

    Ever wanted to use Github as your private database, now you can.

    Why would I want to use Github as my database?

    Good question. Developers have many choices of different databases, GithubDB however leverages all the features you have come to love from Github.

    Logging (With Github, you can quicky look at your commits and see the write and updates for your request).

    Visualization (Github offers amazing tools to visualize the incoming number of read/writes).

    Persistance (With Github you can rollback to early stages of your data and see how it has evolved).

    Security (Using Github, your database inherits the same standards from Github).

    Availability (Github has known to be down, but let's be honest, it is good enough unless you are Facebook).

提交回复
热议问题