Skip to content

Instantly share code, notes, and snippets.

View chrisekelley's full-sized avatar

Chris E. Kelley chrisekelley

View GitHub Profile
@ijokarumawak
ijokarumawak / CBL local Java thread dump
Last active May 3, 2016 08:34
couchbase lite local hangs with _replicate request
Running local couchbase lite instance
username: d4b724ee-131b-468e-b3ab-953d6fef2686
password: fcd11474-53db-44f8-b865-91d3fefe1779
http://d4b724ee-131b-468e-b3ab-953d6fef2686:fcd11474-53db-44f8-b865-91d3fefe1779@localhost:5984
Press Ctrl-C to shutdown
[Fri Apr 24 06:10:23 JST 2015] TJWS httpd 0.0.0.0 - SimpleAcceptor ServerSocket[addr=0.0.0.0/0.0.0.0,localport=5984] is listening.
2015-04-24 06:14:41
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode):
@max-mapper
max-mapper / using-couch-with-node.txt
Created July 15, 2011 00:14
using couchdb with node.js
There are three essential components for most flexibly interacting with CouchDB from node:
couch API documentation:
http://jpmens.net/2010/04/20/the-antepenultimate-couchdb-reference-card/
http://www.couchbase.org/sites/default/files/uploads/all/documentation/couchbase-api.pdf
javascript HTTP library:
http://github.com/mikeal/request
javascript _changes feed consuming libaries (pick one):