Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for recommended approach to storing history data locally #724

Open
itorres008 opened this issue May 31, 2023 · 0 comments
Open

Looking for recommended approach to storing history data locally #724

itorres008 opened this issue May 31, 2023 · 0 comments

Comments

@itorres008
Copy link

Hello.
Old-timey programmer here. Haven't worked with JSON, but presume I can figure out deserialization on my own.
I am visualizing an app to hold summoner match history data and provide some stats.
I presume I should incrementally store data locally as requested over time. (less data to ask from API, data available probably limited to a certain time period)
As people progressively get data in JSON format, do they merge and keep it as JSON or import data into a relational database?
I'm more comfortable working with relational databases and tools and presume would be more efficient.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant