Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
showthething.rst: not todo anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gough committed Jul 31, 2016
1 parent 46355c6 commit 44e647b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/showthething.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
Show The Thing!
===============

[todo]
docs: http://slay-the-bridge-trolls.readthedocs.io/

code: http://github.com/monkeypants/slays_the_bridge_trolls/


Business Metadata
^^^^^^^^^^^^^^^^^

We took the open ABR dataset and mashed it up with simulated UBL semantic metadata in json format. This was loaded into ElasticSearch to provide access through a REST interfaces. It's an example of business metadata lookup, demonstrating dynamic endpoint discovery

ElasticSearch mashup of ABR:
* https://search-metadata-registry-dev-4grl6gf3ctaqvysnxksj5f7aqe.ap-northeast-1.es.amazonaws.com/heroku_dev_search/_stats?pretty=1

This is the first of two key technologies required to implement our vision for a trustless, peer to peer eInvoicing protocol. The other requirement is a way to eliminate the opportunity for transport nodes to interfer with the historical transaction records.


Blockchain API
^^^^^^^^^^^^^^^

We built a REST ledgering service that journals gateway acknowledgements to the Etherium blockchain. This drives trust and sophistocation out of the gateway network, ensuring a neutral transport layer with the commodity characteristics we need to achieve the economic benefit.

Blockchain ACK ledgering service:
* http://ec2-52-63-123-136.ap-southeast-2.compute.amazonaws.com:3000/

0 comments on commit 44e647b

Please sign in to comment.