Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "DumpOracleDbToCouchDbPython" page has been changed by DougShawhan.
http://wiki.apache.org/couchdb/DumpOracleDbToCouchDbPython?action=diff&rev1=2&rev2=3

--------------------------------------------------

+ = Unique Values in SQL Converted to Individual Documents =
  Cro-Magnon simple python script which will take the contents of an SQL table 
and place it into CouchDB.
  
  This particular example depends on the SQL table having one unique field. The 
values in the unique field become individual documents in the CouchDB database.
+ 
+ You'll need the python couchdb module from 
http://code.google.com/p/couchdb-python/ , plus whatever DBAPI2.0 compliant 
module you use to connect to your favorite SQL database.This example uses 
Oracle, but it should be trivial to convert.
  
  This is probably not what you want. :-)
  

Reply via email to