Git Product home page Git Product logo

rberkeley's Introduction

CRAN_Status_Badge

Oracle Berkeley DB is a family of embedded key-value database libraries providing scalable high-performance data management services to applications. The Berkeley DB products use simple function-call APIs for data access and management. This package provides an R interface to the Berkeley DB API.

This is the resurrected code for the RBerkeley package which had been archived on 2014-09-19 as vignette locations were never updated for R 3.1.0. We refer to/use it in Data-Driven Security so I felt somewhat responsible to keep it going.

I've changed the autoconf and C source setup a bit for lidbdb > 4.

This package relies on the Oracle Berkeley DB library being present on the system.

http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

on debian-ish:

sudo apt-get install libdb-dev

on os x:

brew install berkeley-db

CentOS/RedHat require some additional work:

sudo yum install libdb4-devel

and ensure:

export LD_LIBRARY_PATH=/usr/lib64/libdb4
export LDFLAGS=-L/usr/lib64/libdb0-04
export CPPFLAGS=-I/usr/include/libdb4

are in the environment before configuring/building

Install stable version via CRAN the usual ways or you can do:

devtools::install_github("hrbrmstr/RBerkeley") 

to use the "bleeding edge" package.

rberkeley's People

Contributors

anshabhi avatar basil-3 avatar hrbrmstr avatar richfitz avatar

Watchers

 avatar  avatar

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.