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

Move from JSON to SQL DB #2

Open
AnirudhDagar opened this issue May 25, 2020 · 2 comments
Open

Move from JSON to SQL DB #2

AnirudhDagar opened this issue May 25, 2020 · 2 comments

Comments

@AnirudhDagar
Copy link
Owner

Better save the scraped content in a DB.

@SaurabhS78
Copy link
Collaborator

JSON files cannot be directly imported on SQL DB. Possible solutions discovered till now :

  1. convert JSON files to a well-formatted supported file and import
    https://docs.phpmyadmin.net/en/latest/import_export.html#
  2. Loop through the data and insert using forms manually

I also feel separate tables for each conference should be used.

@AnirudhDagar
Copy link
Owner Author

We'll create a simple script to read in a JSON and dump it to a sqlite file.
This should be pretty simple with a few lines of code.

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

2 participants