Would it be possible to store data on local disk instead of S3?

Hey, this may be a stupid question but I’m wondering if in the future it may become possible to store all the data locally, e.g. on local file system instead of S3?

For example, if a user never wanted to upload their data to cloud server and instead wanted to simply query data present on their own computer?

Or on a related note, would it ever be possible to use neon as a local-first database for e.g. an offline mobile application?

All in all Neon looks incredible, so thank you for the great product

Hey!
Since neon is open-source it’s possible to run it locally, though at the moment it’s not an out-of-the-box solution, you need to set it up manually.
I don’t think it’s possible to compile neon to run on mobile devices.