{"id":13883459,"url":"https://github.com/pyrech/csv-explorer","last_synced_at":"2026-05-01T01:31:13.847Z","repository":{"id":67212126,"uuid":"342502962","full_name":"pyrech/csv-explorer","owner":"pyrech","description":"Load a big CSV into a MySQL database and explore it with PHPMyAdmin","archived":false,"fork":false,"pushed_at":"2021-04-09T17:34:05.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:11:39.048Z","etag":null,"topics":["csv","explorer","leak","mysql","phpmyadmin","sql"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyrech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-02-26T07:55:01.000Z","updated_at":"2024-06-27T19:15:01.000Z","dependencies_parsed_at":"2023-02-21T07:45:41.771Z","dependency_job_id":null,"html_url":"https://github.com/pyrech/csv-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyrech/csv-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fcsv-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fcsv-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fcsv-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fcsv-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrech","download_url":"https://codeload.github.com/pyrech/csv-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fcsv-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","explorer","leak","mysql","phpmyadmin","sql"],"created_at":"2024-08-06T09:01:33.099Z","updated_at":"2026-05-01T01:31:13.818Z","avatar_url":"https://github.com/pyrech.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# CSV explorer\n\nYou need to browse a big CSV but Office/OpenOffice/LibreOffice does not accept to load a CSV of 100+ MB?\nUse this tool to load the CSV into a MySQL database and explore the data with PHPMyAdmin.\n\n## Load the data\n\nPut your CSV file into the [files/](files/) directory\n\n```bash\nmv myleak.csv files/myleak.csv\n```\n\nStart MySQL database and PHPMyAdmin:\n\n```bash\ndocker-compose up -d \n```\n\nLoad the data into the database:\n\n```bash\ndocker-compose run mysql bash -c \"./loaddata.sh files/myleak.csv\"\n```\n\n\u003eNote: This step can take up to one min for a CSV of 400 MB\n\n## Explore the data\n\nYou can open [127.0.0.1:8080/](http://127.0.0.1:8080/) in your browser to access PHPMyAdmin.\nDefaut credentials are `root` / `yolo`.\nYou can now browse your data by querying the `explorer.data` table.\n\nIf you prefer to explore over CLI, you can run the following command instead to open a MySQL shell:\n\n```bash\ndocker-compose run mysql mysql -h mysql -u root -pyolo explorer\n```\n\n```sql\nSELECT * FROM data WHERE ...\n```\n\n## Remove everything\n\nFinish to explore the data? You can delete everything by running the following command:\n\n```bash\ndocker-compose down --remove-orphans --volumes --rmi=local\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrech%2Fcsv-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrech%2Fcsv-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrech%2Fcsv-explorer/lists"}