-
Notifications
You must be signed in to change notification settings - Fork 11
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
Why focusing on one DB? #23
Comments
For the level of discussion that is relevant at this point, “DB” should be considered an abstract concept that enables user-driven features. Eventually, “DB” can have multiple different backing stores that translate directly to a specific database. FWIW, CouchDB is probably brought up because it was designed for such an endeavour, but I’d say that it is too early to commit to any particular technology. |
I think this is a very interesting topic. Perhaps GDS should just provide raw file system access, so that one There's also discussions around sandboxing and dependencies, and some In any case, I think it makes sense that databases, regardless of On 10/29/2013 05:45 PM, Lukas Epple wrote:
|
Of course I have to say the GDS core apps must use one Database System (for example CouchDB) to work that must be preinstalled. |
@lukasepple not necessarily, if they communicate using defined APIs, they too can keep the DBs private. Also, I think it's important that the core apps are replaceable through intents, as described in apps.md, so a shared hardcoded database sounds a bit dangerous to me. |
@augustl i meant that the private DB of the core apps must be preinstalled if that wasn't clear. |
In the last Discussions there often was metioned CouchDB (or MongoDB). I don't think that GDS should have a main Database because Developers shouldn't be forced to use a specific DB.
Of course you can install another DB but if there's a standard or deafault database software that's not a good sign especially under the aspect of openness.
The text was updated successfully, but these errors were encountered: