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

Windows Support #399

Open
gedw99 opened this issue Sep 4, 2023 · 2 comments
Open

Windows Support #399

gedw99 opened this issue Sep 4, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@gedw99
Copy link

gedw99 commented Sep 4, 2023

Am I admit a Little bit confused where fuse is used or why . I am guessing it’s sort of a virtual file System .

my question is .. can I run this all on windows ?

The project seems very cloud centric and I was hoping it can also work on plain desktops too .

cheers

@benbjohnson benbjohnson changed the title Fuse and windows Windows Support Sep 4, 2023
@benbjohnson benbjohnson added the enhancement New feature or request label Sep 4, 2023
@benbjohnson
Copy link
Collaborator

hey @gedw99. You're correct, FUSE is used as a virtual file system layer so that users don't need to manually include it as a VFS in SQLite. We do have plans for adding a VFS option (#165) so Windows support could be possible after that's implemented.

The project is mostly cloud-centric but the VFS option would let people query against their data in the cloud from their local machine.

@gedw99
Copy link
Author

gedw99 commented Sep 7, 2023

Thanks @benbjohnson

Makes sense now ..

I think I have to go down the duckdb path instead for now. It’s still unstable but has different data storage architecture.

I need to check if many db instances can use a s3 layer . Not sure yet .. so you get the Scale out and the HA and DR is sorted as it is always on s3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants