mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
update images
This commit is contained in:
parent
d3f48a3d59
commit
4766077e03
@ -140,7 +140,6 @@ Figure 3: Stylized Service Creation By Marine Module Linking
|
||||
|
||||
<img src="images/figure_2.png " width="400" />
|
||||
|
||||
|
||||
As seen in Figure 3, we link the price_getter module and curl adapter module into a price_getter service ready for deployment to the Fluence peer-to-peer network. Before we proceed, we have one more service to consider: the price quote processing service which yields the oracle. Again, we simplified what could be an extensive processing algorithm into a simple mean calculation, see [mean_service]("./../mean_service/src/main.rs") for implementation details. Unlike the price getter service, mean service is a simple, FaaS compute module that deploys on any number of network peers.
|
||||
|
||||
We now have our code in place and area ready to compile and our compilation instructions are contain in the `scripts/build.sh` script, which basically instructs the the code is compiled with `marine` and that the resulting Wasm modules are copied to the `artifacts` directory. In the project directory:
|
||||
|
BIN
aqua-examples/price-oracle/image/browser_demo.png
Normal file
BIN
aqua-examples/price-oracle/image/browser_demo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
BIN
aqua-examples/price-oracle/image/figure_1.png
Normal file
BIN
aqua-examples/price-oracle/image/figure_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
BIN
aqua-examples/price-oracle/image/figure_2.png
Normal file
BIN
aqua-examples/price-oracle/image/figure_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in New Issue
Block a user