Please activate JavaScript!
Please install Adobe Flash Player, click here for download

Introduction to RavenDB - Sergey Shishkin

JavaScript ResultResult // // var data = [{ Method: 'PUT', Document: {Name: 'Alice'}, Metadata: { }, Key: 'users/alice' },{ Method: 'PUT', Document: {Name: 'Charlie'}, Metadata: { }, Key: 'users/charlie' }]; $.ajax({ url: 'http://localhost:8080/bulk_docs', type: 'POST', data: JSON.stringify(data), success: function(data, status, response) { log(response.getAllResponseHeaders()); log(data); }}); Batching