Changing the current development version to 0.2.14-SNAPSHOT
7 files changed
tree: 6dc963601f260a4f3439e1549320199670e594f1
  1. deploy/
  2. docs/
  3. hoodie-cli/
  4. hoodie-client/
  5. hoodie-common/
  6. hoodie-hadoop-mr/
  7. hoodie-hive/
  8. hoodie-utilities/
  9. .gitignore
  10. .travis.yml
  11. _config.yml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
README.md

Hoodie manages storage of large analytical datasets on HDFS and serve them out via two types of tables

  • Read Optimized Table - Provides excellent query performance via purely columnar storage (e.g. Parquet)
  • Near-Real time Table (WIP) - Provides queries on real-time data, using a combination of columnar & row based storage (e.g Parquet + Avro)

For more, head over here