Skip to content

Commit 559a78f

Browse files
committed
added changelog and updated readme
1 parent 8b4e525 commit 559a78f

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
This repository contains code to create a data corpus, instead of following [Semantic Versioning](https://semver.org/spec/v2.0.0.html) we use the date of a corpus release as version number, because in fact we implicitly version the corpus.
7+
Every version of the corpus may contain breaking changes, thus a semantic versioning with minor and patch would not be very effective.
8+
9+
10+
## [20250217] - 2025-02-17
11+
12+
This first version adapts the fork compared to the original.
13+
14+
### Added
15+
16+
- The file `geonames_db_index.sql` will add indexes (it will be called during the installation)
17+
18+
### Changed
19+
20+
- secrets are stored in an environment file that will be used by the `geonames_importer.sh` script. Thus you have to create a `.env` file with variables as shown in `example.env` (Easist is that you copy `example.env` and adapt the MySQL connection information)
21+
- Adding declarations of primary keys in `geonames_db_struct.sql`
22+
23+
[20250217]: https://github.com/kbrbe/GeoNames-MySQL-DataImport/releases/tag/v0.1.0

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# V 2.0 Shell Script for importing geonames.org data dumps into a MySQL database.
1+
# Shell Script for importing geonames.org data dumps into a MySQL database.
2+
3+
Scripts based on the codigofuerte/GeoNames-MySQL-DataImport repository.
4+
5+
This forked repo contains a few changes with respect to the original. Please have a look into the CHANGELOG for more details.
6+
7+
## Contact
8+
9+
Sven Lieber - [email protected] - Royal Library of Belgium (KBR) - https://www.kbr.be/en/
10+
11+
*
12+
13+
# Original README
214

315
Usage: geonames_importer.sh -a "action"
416

0 commit comments

Comments
 (0)