Skip to content

Commit

Permalink
Add the graph example in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed Feb 7, 2016
1 parent e1edd76 commit 291c001
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,31 @@

This is an example application that is used for demos of real-life usage of [Tolerance](http://tolerance.io) features.

The Docker Compose configuration is created to run 2 different services and shows to interest of the MessageIdentifier
component. For instance, if you click on the "Embedded page" link at the home page of the service1, it will call the
service2, that will itself call the GitHub API.

You'll then be able to see the following log graph of the requests in the Neo4j database:
![Message Graph](docs/message-graph-embedded.png)

_Note: A proper message viewer is currently under development._

## Getting started with Docker

You can simply use the Docker image:
```
docker run -d sroze/tolerance-example-symfony-service
docker-compose up -d
```

If you are using [dock-cli](https://github.com/inviqa/dock-cli) (or any manual DNS integration with DNSDock), you'll be
able to access:

- The first service
http://toleranceexamplesymfonyservice_service1.docker

- Neo4j browser
http://neo4j.docker:7474

## Manually

Well, that's a classic [Symfony application](http://symfony.com/doc/current/quick_tour/the_big_picture.html) :)
Binary file added docs/message-graph-embedded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 291c001

Please sign in to comment.