-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
I just found your project while I was looking for things similar to PiggyDB but more actively maintained (and less Java, but no luck here).
I didn't try installing it yet but I'll probably try it tomorrow.
One thing that I feel is missing in both PiggyDB and this one (at least I couldn't find any mentioning of it) is some kind of API to read or write information to the system.
My personal motivation for that is that I'd like for example synchronize my contacts from my phone and my calendar to the system to have them all part in one information-base. The first step in a generic way to support that would be an API.
Other uses could be that you can synchronize your browser bookmarks to it. Basically it would be a HUB for all kind of information and various apps could get plugins to read and write from/to it.
Someone (me?) could then write another service to sync to/from the phone and forward it to civilizer.
Of course direct support would also be nice, but that might be too much to ask ;)
You seem to have invested quite some work in this, I am quite impressed from the commit history. Looking forward to actually try this.