GithubHelp home page GithubHelp logo

isabella232 / asyncbigtable Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opentsdb/asyncbigtable

0.0 0.0 0.0 3.09 MB

An implementation of AsyncHBase but on top of Google's Cloud Bigtable service

License: BSD 3-Clause "New" or "Revised" License

Java 100.00%

asyncbigtable's Introduction

AsyncBigtable

Travis CI status Maven Stack Overflow

This is an HBase library intended to work as a drop in replacement for the fantastic AsyncHBase library and integrate OpenTSDB with Google Bigtable. It is using the Apache HBase 1.0 API linking the Google Bigtable libraries.

This library started out as a fork of the asynchbase 1.5.0 library, therefore one may find code that at first sight may look strange. We are working on cleaning up the code base and removing irrelevant dependencies.

Basic Installation

Contrary to the original asynchbase library, asyncbigtable has adopted Maven as the building tool for this project.

To produce the jar file, simply run:

mvn clean package

Maven will produce the following two jar files under the target/ directory:

  1. asyncbigtable-<version>.jar which is the compiled jar file
  2. asyncbigtable-<version>-jar-with-dependencies.jar which is an assembly jar containing all dependencies required for asyncbigtable to run with OpenTSDB. Please note that this jar does not include all dependencies but only the ones for OpenTSDB.

Javadoc

Since AsyncBigtable tries to be 100% compatible with AsyncHBase, please read the AsyncHBase javadoc.

Integration Tests

Integration tests can be run as follows:

mvn clean verify -Pbt-integration-test -Dgoogle.bigtable.project.id=<projectId> -Dgoogle.bigtable.instance.id=<instanceId> 

Changelog

This project uses Semantic Versioning.

0.4.2

  • Updated dependency to com.google.cloud.bigtable:bigtable-hbase-2.x-hadoop:1.9.0

0.4.1

  • Updated dependency to com.google.cloud.bigtable:bigtable-hbase-2.x-hadoop:1.8.0

0.4.0

  • Updated dependency to com.google.cloud.bigtable:bigtable-hbase-2.x:1.4.0
  • Updated Java version to 1.8
  • Implemented true async support using HBase 2.0 async client API
  • Fixed concurrency issues
  • Added integration tests
  • Many more changes, since last release was long time ago

0.3.0

  • Updated dependency to com.google.cloud.bigtable:bigtable-hbase-1.2:0.9.6
  • Updated dependency to protobuf-java:3.0.2
  • Updated dependency to netty-all 4.1.0.Final

0.2.1

  • This is the first public release of the asyncbigtable library, that started out as a fork of the asynchbase 1.5.0 library.
  • Modified all HBase access operations to use the standard HBase 1.0 API calls
  • Added Google Bigtable 0.2.2 dependency
  • Changed project build system from Make to Maven
  • Added assembly Maven plugin to build uber jar for distribution with OpenTSDB

Disclaimer

Please note that the library is still under development and it was never meant to replace AsyncHBase when running with an HBase backend or be a general purpose HBase library.

asyncbigtable's People

Contributors

adityakishore avatar b4hand avatar bdd avatar csoulios avatar danburkert avatar dvdreddy avatar goll avatar james-at-dataxu avatar jesse5e avatar manolama avatar mbrukman avatar octo47 avatar overthetop avatar phs avatar saintstack avatar sduskis avatar shrijeetrf avatar spollapally avatar tsuna avatar xunl 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.