Updated Home (markdown) authored by Michael J Pearson's avatar Michael J Pearson
......@@ -10,7 +10,7 @@ Don't worry, you'll soon be on your way to creating useful bips!
### So how does it work?
When you define a bip, you are defining the characteristics of a [directed graph](https://en.wikipedia.org/wiki/Directed_graph).
When you [define a bip](https://github.com/bipio-server/bipio/wiki/Bips), you are defining the characteristics of a [directed graph](https://en.wikipedia.org/wiki/Directed_graph).
When a message is received from a web hook, incoming email or generated from a trigger, it appears on a bips graph from the 'source' node. The source data is then normalized into a JSON structure and 'exported' via RabbitMQ for consumption as 'imports' by adjacent nodes. This pipeline continues until all nodes have been visited.
......
......