Giter Club home page Giter Club logo

c-forestdb's Introduction

ForestDB

This is a go-gettable version of the ForestDB C++ library for use in Go code that needs to link against the C++ ForestDB library but wants to integrate with go get and go build.

To use in your project you need to import the package and set appropriate cgo flag directives:

import _ "github.com/couchbaselabs/c-forestdb"

// #cgo CXXFLAGS: -std=c++11
// #cgo CPPFLAGS: -I ../../couchbaselabs/c-forestdb/internal/include
// #cgo darwin LDFLAGS: -Wl,-undefined -Wl,dynamic_lookup
// #cgo !darwin LDFLAGS: -Wl,-unresolved-symbols=ignore-all
// #include <libforestdb/forestdb.h>
import "C"

To update the upstream version of ForestDB you'll want to update ./import.sh to point to the new version (just change the URL), and then run it.

Credits

This package was inspired by the cockroachdb teams c-rocksdb project wrapping the RocksDB library.

c-forestdb's People

Contributors

mschoch avatar

Stargazers

Arjun Sunil Kumar avatar Viswa Vutharkar avatar Michael Bironneau avatar Damian Gryski avatar

Watchers

Sergey Avseyev avatar Hideki Itakura avatar Steve Yen avatar Thuan Nguyen avatar Sarath Lakshman avatar  avatar  avatar Mike Wiederhold avatar Jeffry Morris avatar Laurent Doguin avatar Pasin Suriyentrakorn avatar Abhishek Singh avatar James Cloos avatar Dean Proctor avatar  avatar Dipti Borkar avatar Alex Ma avatar Brett Lawson avatar Wayne Siu avatar Sundar Sridharan avatar  avatar  avatar  avatar Sriram Ganesan avatar Jeff Dillon avatar  avatar  avatar Jim Walker avatar  avatar Dan Owen avatar Manu Dhundi avatar Andrew Reslan avatar Dave Finlay avatar  avatar vickiezeng avatar Couchbase Robot avatar  avatar  avatar Brian Williams avatar  avatar  avatar Michael Kwok avatar Keshav Murthy avatar Laura Czajkowski avatar  avatar

Forkers

pombredanne

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.