8000 GitHub - petmongrels/mcouch: In memory couch db in Java based on stubbing of HTTP client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

petmongrels/mcouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mCouch

Provides in memory implementation of couch db which can be used in unit testing to speed up the performance of your tests. No meant to be used for production. It supports:

  • PUT, POST, DELETE and GET of documents.
  • Bulk API, add, update and delete of documents.
  • Execution of views.
  • Supports count as standard reducer.

Does not implement.

  • Replication
  • Document conflict checks
  • Custom reducers

It uses Rhino to interpret the Java script map functions. It uses Jackson for JSON parsing. Based on stubbing of Apache Commons HTTP client.

public class InMemoryCouchDb implements HttpClient

About

In memory couch db in Java based on stubbing of HTTP client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0