Small script for importing the KvK (Dutch Chamber of Commerce) Open Data Set (CSV file) to a MySQL database.
- Splitting the huge CSV into smaller readable files
- Importing the files to a MySQL server
- Clone or download the repo
- Install dependencies
composer install
- If you did't downloaded the Open Data set yet, go download it. Place it in the
./data
directory. - Place it in the
kvk
directory - Run the
split.sh
script in terminal, wait till this process is done. - Edit the
config.php
file and edit the MySQL database credentials. - Import the MySQL database scheme to the database. This is the
database.sql
file. - Run the import script in terminal
php cli.php
Description | Status |
---|---|
License | |
Commits | |
Language | |
Open issues | |
Closed issues | |
Pull requests | |
Closed pull requests |
This project is licensed under the MIT License. You are encouraged to embed the project into your other projects, as long as the license permits.
MIT License
Copyright (c) 2021 Bastiaan de Hart
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.