Skip to content

Move ZIP code data into binary (?) #43

@adewes

Description

@adewes

Given that the zip code data is not very large we could as well move it directly into the Kiebitz binary instead of storing it in the database. The io.FS and embed functionality allows us to easily include this data in the binary and load it into memory at the startup of the server. This would reduce the operational complexity at the expense of a slightly larger binary.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions