indeedeng / mph-table

Immutable key/value store with efficient space utilization and fast reads. They are ideal for the use-case of tables built by batch processes and shipped to multiple servers.
http://engineering.indeedblog.com/blog/2018/02/indeed-mph/
Apache License 2.0
96 stars 19 forks source link

Add documentation on how start using the Java API directly #2

Closed mjpitz closed 6 years ago

mjpitz commented 6 years ago

Let's make it easy for someone writing Java code to start using this API directly. While someone can dig through and read the main function of the TableWriter class, having a snippet in the README.md will help adoption / use.