bmaupin / langtrends

Programming language trends
https://bmaupin.github.io/langtrends/
MIT License
3 stars 1 forks source link

Remove backend #13

Closed bmaupin closed 2 years ago

bmaupin commented 3 years ago

Summary:

We could probably remove the backend altogether (see further below for reasons):

Reasons to remove backend:

bmaupin commented 3 years ago

https://octo.github.com/projects/flat-data

bmaupin commented 2 years ago

Tried SQLite first but a quick POC made it clear that it would be more complex and end up being more data transferred: https://github.com/bmaupin/langtrends-data/tree/store-data-in-sqlite

So JSON it was :)