Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hutton committed May 6, 2016
1 parent f2644ac commit 9e5b17c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,17 @@ assets. Some features:

To get started, please follow the [deployment guide](docs/latest/deployment-guide.adoc)


## Code Structure

The layout of code in the following subtrees follows particular reasoning described below:

| Subfolder | Description |
| ------------- |-------------|
| [commons](commons) | Utility or common functionality used through the Think Big accelerator platform
| [core](core) | API frameworks that can generally used by developers to extend the capabilities of the Think Big accelerator platform
| [docs](docs) | Documentation that should be distributed as part of release
| [integrations](integrations) | Pure integration projects with 3rd party software such as NiFi and Spark.
| [metadata](metadata) | The metadata server is a top-level project for providing a metadata repository, REST API for the recording of metadata
| [plugins](plugins) | Alternative and often optional implementations for operating with different distributions or technology branches
| [security](security) | Support for application security
| [services](services) | Provides REST endpoints and core server-side processing

0 comments on commit 9e5b17c

Please sign in to comment.