[#7] Add local tool for building database file #11

Merged
realloc merged 4 commits from george.bartolomey/frostfs-locode-db:feature-local-util into master 2024-09-04 19:50:57 +00:00

4 commits

Author SHA1 Message Date
65761deb5c
[#7] Update Debian package
frostfs-locode-db binary added to a file installation list. frostfs-node
binary dependency removed from the package.

Signed-off-by: George Bartolomey <george@bh4.ru>
2024-07-10 10:49:52 +03:00
2cb22574b9
[#7] Update documentation
Documentation updated to match current database build process.
Unnecessary prerequisites removed, Go language
dependency added. Usage examples updated.

Signed-off-by: George Bartolomey <george@bh4.ru>
2024-07-10 10:49:38 +03:00
840b20538b
[#7] Add local tool for building database file
Added frostfs-locode-db CLI utility that can generate and view UN/LOCODE
database files. Go package
git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/locode copied to
this repository to eliminate interdependency between frostfs-node and
frostfs-locode-db projects. The process of building database files
reduced to starting make command.

Signed-off-by: George Bartolomey <george@bh4.ru>
2024-07-09 18:54:05 +03:00
7e523f1a28
Update common files from template repo
Added files from TrueCloudLab/basic repo for pre-commit checks, CI, etc.

Signed-off-by: George Bartolomey <george@bh4.ru>
2024-07-08 11:12:07 +03:00