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

Add local backend mode #403

Merged
merged 24 commits into from
Mar 13, 2024
Merged

Add local backend mode #403

merged 24 commits into from
Mar 13, 2024

Conversation

adamnovak
Copy link
Member

@adamnovak adamnovak commented Mar 13, 2024

This revises the API setup and lets us toggle to a new in-browser backend implementation that uses a WebAssembly WASI build of the GBZ-Base Rust implementation of GBZ graphs as SQLite databases.

You can "upload" (really grant access to) a file and then jump anywhere in an indexed path in the graph instantly, but the local backend still can't list paths or do reads, or usefully link to locations (since the file accesses don't get retained the next time you open the tube map.) It also can't read BED files yet.

Here's the new configuration at the bottom of the customization accordion:
Screenshot 2024-03-13 at 11 53 32

You can Extract tube map data: either On remote server or In-browser (.gbz.db uploads only!).

@adamnovak adamnovak merged commit c223b71 into master Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant