Every Hair On Your Head

  • Blog
  • About

Installing CouchDB 1.6.1 on Amazon Linux AMI 2016.03.2

June 17, 2016 by Raffi Minassian in Databases

These steps for installing couchDB 1.6.1 on Amazon Linux AMI 2016.03.2 should work straight through on fresh instance without anything else to do. You can almost copy and paste your way through it. Installing CouchDB this way should take less than 10 min.

Read More
June 17, 2016 /Raffi Minassian
CouchDB
Databases
2 Comments

Update CouchDB Documents With A Javascript Map Function

March 02, 2016 by Raffi Minassian in Databases

As a part of typical database administration duties, you may need to update a large number of documents in a CouchDB database. The new cdbmorph command included in the couchdb-dump npm package lets you supply a Javascript map function to do this.

Read More
March 02, 2016 /Raffi Minassian
CouchDB
Databases

Installing CouchDB 1.6.1 on Amazon Linux AMI 2015.09.1

November 21, 2015 by Raffi Minassian in Databases

This article is a follow up to my previous article Installing CouchDB 1.5.1 on Amazon Linux AMI 2014.03.1 found here. These steps should work straight through on fresh instance without anything else to do. You can almost copy and paste your way through it.

Read More
November 21, 2015 /Raffi Minassian
CouchDB
Databases

CouchDB Dump - Same basic concept as mysqldump, but for CouchDB

September 13, 2015 by Raffi Minassian in Databases

cdbdump is a command line tool that outputs all documents in a CouchDB database to a file. Also included is a command line tool (cdbload) that takes that output as input and loads it back into a CouchDB database.

Read More
September 13, 2015 /Raffi Minassian
CouchDB
Databases

Copy files in AWS S3 to an S3 bucket in another AWS account with Node.js

August 24, 2014 by Raffi Minassian in AWS

If you ever have a need to copy files across buckets in different AWS accounts, then you might try taking a look at this quick and dirty Node.js code.

Read More
August 24, 2014 /Raffi Minassian
node.js
AWS

Installing CouchDB 1.5.1 on Amazon Linux AMI 2014.03.1

April 29, 2014 by Raffi Minassian in Databases

This article is a follow up to my previous article Installing CouchDB 1.5 on Amazon Linux found here.

Read More
April 29, 2014 /Raffi Minassian
CouchDB
Databases

Installing CouchDB 1.5 on Amazon Linux

February 18, 2014 by Raffi Minassian in Databases

Step by step instructions for installing CouchDB 1.5 on Amazon Linux 2013.09.2

Read More
February 18, 2014 /Raffi Minassian
CouchDB
Databases