Ido,
I hope you are well.
have you had a look at
http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API
(the section labelled Transactional Semantics with Bulk Updates)
best regards
cliff
On 19/12/10 15:17, Ido Ran wrote:
> Hi,
> I have application which the primary data model is a network (graph).
> Currently I use RDBMS in which I have table of Node and table of Link. The
> Link table has FromNode, ToNode and LinkType fields.
>
> What is a good document model to put this type of data in CouchDB?
> Should I provide information about my application that I didn't provide
> here?
>
> Since there are no transaction I fail to see how can I ensure that my data
> will not be corrupted?
> Also since there is no constraints, only validation function, which are not
> exactly the same because replication do not pass by them for clear reasons,
> is that mean I have always asume the data is not valid?
>
> Thank you,
> Ido
>
|