https://github.com/danielwoodsdeveloper/fhi-importer
https://github.com/danielwoodsdeveloper/fhi-importer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielwoodsdeveloper/fhi-importer
- Owner: danielwoodsdeveloper
- Created: 2021-08-30T04:05:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T04:20:32.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T20:39:23.831Z (about 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FHI Importer
Reads government XML data and inserts it into a `mysql` database.
## Set-up
1. Copy `Funds XX-XXX-XXXX.xml` into directory. Rename to `funds.xml`.
2. Copy `Hospital XX-XXX-XXXX.xml` into directory. Rename to `hospital.xml`.
3. Copy `GeneralHealth XX-XXX-XXXX.xml` into directory. Rename to `extras.xml`.
4. Copy `Combined Open XX-XXX-XXXX.xml` into directory. Rename to `combined.xml`.
5. Create a database `scratch` in your local `mysql` server.