Git Product home page Git Product logo

dione's Introduction

Build Status License

Dione

Dione - an indexing Library for data on HDFS and Spark.

The main offering is APIs for building an index for data on HDFS and querying the index in both:

  • Multi-row load - using Spark as a distributed processing engine, load a subset of the data (0.1% to 100% of key space) much faster than Spark/Hive joins.
  • Single-row Fetch - get(key) with seconds latency, and low throughput.

This way we can reuse HDFS data, that is primarily used for batch processing, for more ad-hoc access use-cases.

There are three main building blocks:

  • HdfsIndexer - a library for indexing HDFS data and loading back the data given the index metadata.
  • AvroBtreeFile - an Avro based file format for storing rows in a file in a B-Tree order for fast search.
  • IndexManager - a high-level API for index management using Spark.

For deeper overview please see our Dione documentation.

Main Features

  • Data and index are available for batch processing.
  • Use the same technology stack for the index and for the data.
  • No data duplication.
  • Support multiple indices for the same data.
  • No need to be the data owner.

Quick Start

Check out our Quick Start or Quick Start Python guides.

Compatibility Matrix

Dione Spark
0.5.x 2.3.x
0.6.x 2.4.x

Reporting an issue

Please open issues in the GitHub issues.

License

This project is licensed under the Apache 2 License.

dione's People

Contributors

uzadude avatar shay1bz avatar yonisneor avatar benraha avatar epolyakpaypal 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.