dachev / couchv8
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Blagovest Dachev (author)
Thu Apr 02 22:57:30 -0700 2009
couchv8 /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 02 22:32:53 -0700 2009 | |
| |
Makefile | Thu Apr 02 22:32:53 -0700 2009 | |
| |
README | Thu Apr 02 22:57:30 -0700 2009 | |
| |
couchdb.cpp | Thu Apr 02 22:32:53 -0700 2009 |
README
V8 for couchdb. Tested on x86/OSX, but should be fine on Linux too. PREREQUISITES: * V8 dinamic libraries should be installed in a place that will be found by "-lv8" BUILD/INSTALL: * make * Put the resulting binary (couchv8) in a directory of your choice * Change you couchdb config by replacing your query_servers line with this: javascript=/path/to/couchv8 /usr/local/share/couchdb/server/main.js * Restart couchdb
