Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 463 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 463 Bytes

Configurations

All the database and connection configuration is done by the couchimport. Just check the documentation at npm.

Installation

sudo npm i -g couchimport

Set file permissions:

sudo chmod 777 *.sh

Using couch with docker

sudo docker run -d -p 5984:5984 -v ~/.couchdb/data:/opt/couchdb/data couchdb

Usage

Just run the generator command and them the import command:

./generate_file.sh
./import.sh