Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate bookmarks database from Python->Go #77

Open
orblivion opened this issue Apr 29, 2024 · 0 comments
Open

Migrate bookmarks database from Python->Go #77

orblivion opened this issue Apr 29, 2024 · 0 comments
Assignees

Comments

@orblivion
Copy link
Owner

See the associated milestone description's for some technical background on this migration.

This migration is for the bookmarks database. Thankfully I didn't put anything else in this sqlite database, so it's fairly simple. The other sqlite database is for the map search index, which we can migrate separately. (I would be worried about two processes accessing the same sqlite database).

As of this writing I've already gotten a start on this. I think I just have to write the internal Go endpoint to handle reads/writes of bookmarks.

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

No branches or pull requests

1 participant