Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbaselabs/couchstore
couchbase storage file library
https://github.com/couchbaselabs/couchstore
Last synced: 1 day ago
JSON representation
couchbase storage file library
- Host: GitHub
- URL: https://github.com/couchbaselabs/couchstore
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2012-01-25T22:18:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T12:30:19.000Z (almost 7 years ago)
- Last Synced: 2024-04-12T16:19:13.598Z (9 months ago)
- Language: C
- Homepage:
- Size: 2.29 MB
- Stars: 58
- Watchers: 151
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Couchbase (.couch) storage file C library
Currently this library can only be built as part of Couchbase Server due to dependencies on the [Couchbase Platform Library][plat] and [Couchbase Server CMake project][tlm]. For instructions on building Couchbase Server, see the [Manifest Repository][manifest].
[plat]: https://github.com/couchbase/platform
[tlm]: https://github.com/couchbase/tlm
[manifest]: https://github.com/couchbase/manifest## Tests:
1. `make test`
This will run the native tests, and also the Lua tests if Lua was installed at the time the `configure` script ran.
Tests use the CMake CTest system, and the [ctest](http://www.cmake.org/cmake/help/v2.8.8/ctest.html) command can be used to run invidual tests and print verbose output.