1
0

Adding Documentation for Getting Started Section

- Overview, Use Cases, Powered By  are very detailed
 - Cleaned up QuickStart
 - Redistribute the content from README to correct pages to be improved upon
 - Switch to blue theme
This commit is contained in:
Vinoth Chandar
2017-01-04 20:50:44 -08:00
parent dd8638c2cc
commit 958f7ceda6
11 changed files with 299 additions and 213 deletions

View File

@@ -5,6 +5,13 @@ sidebar: mydoc_sidebar
permalink: code_structure.html
---
Work In Progress
## Code & Project Structure
* hoodie-client : Spark client library to take a bunch of inserts + updates and apply them to a Hoodie table
* hoodie-common : Common code shared between different artifacts of Hoodie
We have embraced the [Google Java code style](https://google.github.io/styleguide/javaguide.html). Please setup your IDE accordingly with style files from [here] (https://github.com/google/styleguide)