Skip to content
/ dione Public
forked from paypal/dione

Dione - a Spark and HDFS indexing library

License

Notifications You must be signed in to change notification settings

shay1bz/dione

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License

Dione

Dione - an indexing Library for data on HDFS.

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

  • Random Access Fetches - get(key) with near-realtime latency (in Hadoop terms), and low throughput.
  • Batch Processing of Specific Rows - using Spark as a distributed processing engine, retrive subset of the data (0.1% to 100% of key space) much faster than Spark/Hive joins.

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

See our Quick Start guide.

Detailed Documentation

Please refer to our Dione documentation.

Reporting an issue

Please open issues in the GitHub issues.

License

This project is licensed under the Apache 2 License.

About

Dione - a Spark and HDFS indexing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 79.3%
  • Java 20.7%