Skip to content

Move ZIP code data into binary (?) #43

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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