I want to own the database that my apps use
orndorffgrant.com
I want to own the database that my apps use
1–5 of 5 posts
Re: I want to own the database that my apps use
#2Re: I want to own the database that my apps use
#3I guess you are right about APIs, they eventually won't provide what you need. I'd love to see Solid starting to be used for the apps I use, but honestly I don't feel like it will happen. I don't understand much about Urbit, but from what I read that sounds like another world.
That said, I think there's some startups doing some work with regards to data privacy and security (and it seems like it caught a lot of attention!). As for getting access to the data itself, I think a sort of "open-source" and "reverse engineering" approach would help here, meaning that if you have a proxy between you and the app's server, and supposing you can add plugins to this proxy, you could hijack the data, make sense of it and store somewhere else for your own usage.
Obviously, any external processing of the data would have to be granted by the app itself, but I have a feeling this is what their APIs would contribute with.
I'd be more than happy to talk more about this and even spend some time implementing a PoC, let me know if there's anyone else interested here and we can exchange ideas and/or code/docs/etc.
Re: I want to own the database that my apps use
#4Re: I want to own the database that my apps use
#5It would be simpler to have something like a google drive / dropbox where you allow access to store things on there to specific apps. Then you allow the data to be retrieved by another app. If the storing app does an export (say in csv format) each time you make changes then the data will always be available for another app to use. I think requiring an app to use a specific external database probably wont work becaus…