From 0d44ab6bb93875ce1d38c98b6463a8b3cbc4af67 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Wed, 19 Jul 2017 14:06:53 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 680d3a90b1..336b54edd8 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,16 @@ Execute the [DDL files][DDL] to create the required repository tables in **where 4. Start the metadata ETL and API service: ```./gradlew wherehows-backend:runPlayBinary``` 5. In a new terminal, start the web front-end: ```./gradlew wherehows-frontend:runPlayBinary```. The WhereHows UI is available at http://localhost:9000 by default. You can change the port number by editing the value of ```project.ext.httpPort``` in ```wherehows-frontend/build.gradle```. +## Who uses WhereHows? + +Here is a list of companies known to use WhereHows. Let us know if we missed your company! + +* [LinkedIn](http://www.linkedin.com) +* [Overstock.com](http://www.overstock.com) +* [Fitbit](http://www.fitbit.com) +* [Carbonite](https://www.carbonite.com) + + ## Contribute Want to contribute? Check out the [Contributors Guide][CON]