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

Problems associated with traditional methods #46

Closed
afomi opened this issue Jul 1, 2018 · 2 comments
Closed

Problems associated with traditional methods #46

afomi opened this issue Jul 1, 2018 · 2 comments
Labels
question Further information is requested

Comments

@afomi
Copy link
Member

afomi commented Jul 1, 2018

source: #31

Problems associated traditional methods

The 'traditional' approach is to grab all the data and suck it into a database. This very often requires a person knowledgeable in setting up databases. This may also require setting up a server and initiating processes that cost money and are not open source.

Data may be comprised of small data sets from a variety of sources. Massaging the data so that it all mixes nicely may be more trouble than it's worth.

@afomi
Copy link
Member Author

afomi commented Jul 1, 2018

@theo-armour - I'm not sure what this was in reference too. Or what problem you have in mind. I'd like to anchor this use case with a real user need.

With API's, it is possible to load data from all sorts of places.

I think a database could be quite valuable, and many developers have the ability to run a basic database. I'm not saying a database should be a requirement, but I'm already resorting to API's for my data needs. Also editing .json files directly may not necessarily be a better user experience than using a service that provides .json.

In any case, we need to get from .json into the app, and the data will need to be defined at some point - either in a file convention (aka file format) - or more customizable into a specified structure (like a wizard that loads into an array of objects)

Ultimately, is there any work that stems from this Issue? Otherwise, can close.

@afomi afomi added the question Further information is requested label Jul 2, 2018
@theo-armour
Copy link
Member

nothing actionable here

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

No branches or pull requests

2 participants