Skip to content

Commit

Permalink
Image links resolved (#4)
Browse files Browse the repository at this point in the history
* Docker file for reverse-proxy

Added docker file for reverse-proxy module.

* Readme separation

Added readme in haystack-blobs to separate the content of core blobs module with the haystack related modules.

* Readme Update

* Addition of images to readme

* Files for travis job

Added files for creating travis job to push the library in maven repository

* Dummy check-in

* Updated .gitmodules

* Updated haystack-idl submodule

* Test case temp fix

* Test case temp fix

* Travis files updated

* Travis files updated

* Added profile to pom

* Tags added to Readme

Added build and license tag to readme

* Image links updated in readme
  • Loading branch information
vaibhavsawhney authored and ashishagg committed Jul 29, 2019
1 parent 0b6862d commit ce12200
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Blobs

This repository contains all the modules needed for an application. From creation of a blob, write it to a particular storage sink to read that blob back anytime you want. A blob can be any data that you may need to store somewhere for future need, preferably request and response data of a service.
This repository contains all the modules needed for an application. From creation of a blob, write it to a particular storage sink to read that blob back anytime you want. A blob can be any data that you may need to store somewhere for future need, preferably request and response data of a service.

This library is divided into two for different types of usages:

Expand All @@ -12,11 +12,12 @@ This library is divided into two for different types of usages:
* <em><strong>[Example](https://github.com/ExpediaDotCom/blobs-example)</strong></em>
* <em><strong>Internals</strong></em>

![standalone](https://github.com/ExpediaDotCom/blobs/readme-resources/Standalone.png)
![standalone](readme-resources/Standalone.png)
One can use [Stores](#stores) present in the library to directly dump blob to a particular sink and retrieve it whenever needed.

2. <strong>[Haystack](https://expediadotcom.github.io/haystack/)</strong>

* <strong><em>[Example](https://github.com/ExpediaDotCom/span-blob-example)</em></strong>
* <strong><em>Internals</em></strong>

Expand Down
4 changes: 2 additions & 2 deletions haystack-blobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Haystack Blobs

![haystack-integration](https://github.com/ExpediaDotCom/blobs/readme-resources/haystack-integration.png)
![haystack-integration](../readme-resources/haystack-integration.png)

This module contains all the sub modules needed by an application to interact with [Haystack-Agent](https://github.com/ExpediaDotCom/haystack-agent) for dispatching a blob though a dispatcher present in it. The blob is sent to [Haystack-Agent](https://github.com/ExpediaDotCom/haystack-agent) over [GRPC](https://grpc.io/) via a client and then received by the agent via a server already running there. The blob received is then dispatched through a [dispatcher](#dispatchers) integrated in the agent.

Expand Down Expand Up @@ -86,7 +86,7 @@ The name of the tag can be according to the `BlobType`(inside [blobs core](blobs

### Reverse Proxy

![reverse-proxy](https://github.com/ExpediaDotCom/blobs/readme-resources/haystack-reverseProxy-integration.png)
![reverse-proxy](../readme-resources/haystack-reverseProxy-integration.png)

To run the HTTP proxy to GRPC service locally please follow the below steps as we have not automated everything for now. We have used [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) to generate the stub and proxy files.

Expand Down

0 comments on commit ce12200

Please sign in to comment.