Questions tagged [ravendb-http]

The RavenDB HTTP API is the wire protocol for communicating with a RavenDB Server. It uses a JSON based REST syntax.

The RavenDB HTTP API is the wire protocol for communicating with a RavenDB Server. It uses a JSON based REST syntax.

For details, review the HTTP API Documentation.

33 questions
0
votes
1 answer

How can i post data to specific database in restful ravendb

Consider this code: HttpResponseMessage httpResponseMessage = httpClient.PostAsJsonAsync("http://logger/RavenDB/docs/MdbLogger", new { Content = log.Content + i, Id = i, test = "" }).Result; when send request without MdbLogger all thing…
user1968030
0
votes
1 answer

Querying Raven Db

I have an instance of Raven Db at localhost:8081. I made sure to change raven's config file to allow anonymous access. I created a database named AT. Inside AT I have a collection named Admins. Inside of Admins I have two documents. I'm trying to…
rross
  • 2,236
  • 11
  • 36
  • 41
-1
votes
1 answer

RavenDB client limited?

i'm very new to RavenDB and NOSQL in general. To test performance, i've written some very rough code with the RavenDB.Client. I'm simply starting 500 simultaneous tasks, each of which will simply create a test document, using a new session for every…
Victor Nor
  • 21
  • 2
1 2
3