navrocky / urtconnector

Automatically exported from code.google.com/p/urtconnector
0 stars 0 forks source link

Remote data storage #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Support of storing user data into different remote(or local) storage.
The main aim is to implement generic framework for extandable storage backends.
For example:
 - localfile
 - dropbox
 - googledocs
 - pastebin
 - other

Original issue reported on code.google.com by kinna...@gmail.com on 8 Sep 2011 at 7:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r524.

draft implementation.
 - you can try to export bookmarks to "/tmp/bookmarks"(hardcoded) in simple binary-file format by pressing right button on bookmarks tab

 - and after you can import(with simple merge) this bookmarks from another user by pressing right botton on bookmarks tab

Review requested.

Original comment by kinna...@gmail.com on 8 Sep 2011 at 7:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r526.

little improvements

Original comment by kinna...@gmail.com on 9 Sep 2011 at 8:26

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r527.

work in progress

Original comment by kinna...@gmail.com on 9 Sep 2011 at 2:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r528.

3rdparty qjson libraty added
json_file storage implemented

Original comment by kinna...@gmail.com on 9 Sep 2011 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by navrocky.vlad on 11 Oct 2011 at 3:09

GoogleCodeExporter commented 9 years ago
mainly most work are done.
Project are available at branches/remote branch. 

You can upload bookmarks at googe-docs and you can download its, but...
But I have reach a problem with GDocs resumeable-upload API, so you can't 
UPDATE you bookmarks already stored at google-docs :( 
I need help :)

Original comment by kinna...@gmail.com on 5 Feb 2012 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by navrocky.vlad on 14 Sep 2012 at 11:15