All Projects → apache → Hbase

apache / Hbase

Licence: apache-2.0
Apache HBase

Programming Languages

java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
perl
6916 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Thrift
134 projects

Projects that are alternatives of or similar to Hbase

Tera
An Internet-Scale Database.
Stars: ✭ 1,846 (-57.13%)
Mutual labels:  database, hbase
Hbase Operator Tools
Apache HBase Operator Tools
Stars: ✭ 104 (-97.58%)
Mutual labels:  database, hbase
Antsdb
AntsDB is a low latency, high concurrency, MySQL compliant SQL layer for HBase
Stars: ✭ 99 (-97.7%)
Mutual labels:  database, hbase
Hbase Connectors
Apache HBase Connectors
Stars: ✭ 153 (-96.45%)
Mutual labels:  database, hbase
Barrel
🛢 A database schema migration builder for Rust
Stars: ✭ 410 (-90.48%)
Mutual labels:  database
Model
Ruby persistence framework with entities and repositories
Stars: ✭ 399 (-90.73%)
Mutual labels:  database
Ck
Collective Knowledge framework (CK) helps to organize black-box research software as a database of reusable components and micro-services with common APIs, automation actions and extensible meta descriptions. See real-world use cases from Arm, General Motors, ACM, Raspberry Pi foundation and others:
Stars: ✭ 395 (-90.83%)
Mutual labels:  database
Spiderman
基于 scrapy-redis 的通用分布式爬虫框架
Stars: ✭ 392 (-90.9%)
Mutual labels:  hbase
Userdefaultsstore
Why not use UserDefaults to store Codable objects 😉
Stars: ✭ 416 (-90.34%)
Mutual labels:  database
Hasql
Performant PostgreSQL driver with a flexible mapping API
Stars: ✭ 415 (-90.36%)
Mutual labels:  database
Stormdb
🌩️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.
Stars: ✭ 406 (-90.57%)
Mutual labels:  database
Localtower
Manage your Ruby On Rails models, relations, and migrations from a simple UI.
Stars: ✭ 401 (-90.69%)
Mutual labels:  database
Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+29.08%)
Mutual labels:  database
Sqlhooks
Attach hooks to any database/sql driver
Stars: ✭ 397 (-90.78%)
Mutual labels:  database
Geowave
GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.
Stars: ✭ 415 (-90.36%)
Mutual labels:  hbase
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (-90.97%)
Mutual labels:  database
Janusgraph
JanusGraph: an open-source, distributed graph database
Stars: ✭ 4,277 (-0.67%)
Mutual labels:  hbase
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (-90.36%)
Mutual labels:  database
Awesome Elasticsearch
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Stars: ✭ 4,168 (-3.2%)
Mutual labels:  database
Ln2sql
A tool to query a database in natural language
Stars: ✭ 403 (-90.64%)
Mutual labels:  database
Apache HBase [1] is an open-source, distributed, versioned, column-oriented
store modeled after Google' Bigtable: A Distributed Storage System for
Structured Data by Chang et al.[2]  Just as Bigtable leverages the distributed
data storage provided by the Google File System, HBase provides Bigtable-like
capabilities on top of Apache Hadoop [3].

To get started using HBase, the full documentation for this release can be
found under the doc/ directory that accompanies this README.  Using a browser,
open the docs/index.html to view the project home page (or browse to [1]).
The hbase 'book' at http://hbase.apache.org/book.html has a 'quick start'
section and is where you should being your exploration of the hbase project.

The latest HBase can be downloaded from an Apache Mirror [4].

The source code can be found at [5]

The HBase issue tracker is at [6]

Apache HBase is made available under the Apache License, version 2.0 [7]

The HBase mailing lists and archives are listed here [8].

The HBase distribution includes cryptographic software. See the export control
notice here [9].

1. http://hbase.apache.org
2. http://research.google.com/archive/bigtable.html
3. http://hadoop.apache.org
4. http://www.apache.org/dyn/closer.lua/hbase/
5. https://hbase.apache.org/source-repository.html
6. https://hbase.apache.org/issue-tracking.html
7. http://hbase.apache.org/license.html
8. http://hbase.apache.org/mail-lists.html
9. https://hbase.apache.org/export_control.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].