Skip to content

chrisekelley/corsBulkDocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORSbulkdocs

Sinatra application that batch processes file uploads from clients that use the CouchDB Replication API. It is tailored to handle some of the issues w/ CouchDB 1.2

Configuration

Create file called config.rb:

$host = "host"
$login = "password"

Installation

bundle install

Execution

Run start.sh. It logs to nohup.out.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • CSS 4.6%
  • Ruby 3.0%
  • Other 1.0%