Skip to content

Commit

Permalink
Merge pull request #389 from smartfog/development
Browse files Browse the repository at this point in the history
move all latest features into the master branch
  • Loading branch information
showersky authored Sep 5, 2022
2 parents 20bdcbc + 6a5c2c6 commit 9a3f4ec
Show file tree
Hide file tree
Showing 400 changed files with 24,639 additions and 35,921 deletions.
36 changes: 15 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Gosec - Code Analyser
continue-on-error: true
Expand Down Expand Up @@ -44,14 +44,11 @@ jobs:
cd ../designer
pwd
sh build development
echo "build k8sWorker"
cd ../k8sWorker
pwd
sh build development
- name: Setting Up Environment
run: |
sudo apt-get install jq
sudo apt install python3.7
sudo apt install python-pip
pip -V
sudo pip install --upgrade pip
Expand Down Expand Up @@ -87,10 +84,7 @@ jobs:
- name: Launching Docker containers
run: |
sudo docker run -it -d -p 8082:8080 -p 9082:9080 -p 8000:8000 -v ~/mnt/dgraph:/dgraph dgraph/standalone:latest
sudo docker run -it -d --rm --name rabbitmq -p 5672:5672 -p 15672:15672 --env RABBITMQ_DEFAULT_USER=admin --env RABBITMQ_DEFAULT_PASS=mypass rabbitmq:3.8-management
sudo docker run -it -d --name mongodb -d mongo:3.4
sudo docker run -it -d --name orion1 --link mongodb:mongodb -p 1026:1026 fiware/orion -dbhost mongodb
docker ps -a
Expand Down Expand Up @@ -126,20 +120,20 @@ jobs:
cd ../test/UnitTest/
screen -d -m python accumulator.py
echo "NGSI-v2 Testing !!!"
cd ../UnitTest/v2/
pytest -s -v test_casesNGSIv2.py
# echo "NGSI-v1 Testing !!!"
# cd ../UnitTest/v1/
# pytest -s -v test_casesNGSIv1.py
# echo "NGSI-v2 Testing !!!"
# cd ../v2/
# pytest -s -v test_casesNGSIv2.py
echo "NGSI-v1 Testing !!!"
cd ../v1/
pytest -s -v test_casesNGSIv1.py

echo "NGSI-LD Testing !!!"
cd ../NGSI-LD/
pytest -s -v test_casesNGSI-LD.py
# echo "NGSI-LD Testing !!!"
# cd ../NGSI-LD/
# pytest -s -v test_casesNGSI-LD.py

echo "Persistance Testing !!!"
cd ../persistance/
pytest -s -v test_persistance.py
# echo "Persistance Testing !!!"
# cd ../persistance/
# pytest -s -v test_persistance.py

echo "Testing Done !!!!!"
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ check the FIWARE Catalogue entry for
- [Quality Assurance](#quality-assurance)
- [Roadmap](./doc/roadmap.md)
- [Publications](#publications)

- [Talks](#talks)

## Background

Expand Down Expand Up @@ -118,4 +118,14 @@ follows:
- B. Cheng, G. Solmaz, F. Cirillo, E. Kovacs, K. Terasawa and A. Kitazawa, “[FogFlow: Easy Programming of IoT Services Over Cloud and Edges for Smart Cities](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8022859),” in IEEE Internet of Things Journal, vol. 5, no. 2, pp. 696-707, April 2018, doi: 10.1109/JIOT.2017.2747214. [IoT Journal, 2020 Best Paper Award Runner-Up](https://ieee-iotj.org/awards/)
- Cheng, Bin, Jonathan Fuerst, Gurkan Solmaz, and Takuya Sanada. "[Fog function: Serverless fog computing for data intensive iot services](https://arxiv.org/pdf/1907.08278)." In 2019 IEEE International Conference on Services Computing (SCC), pp. 28-35. IEEE, 2019. [IEEE SCC, 2019 Best Paper Award](https://conferences.computer.org/services/2019/proceedings/bestpapers2019.html)

© 2021 NEC

## Talks

- [FogFlow introduction at FIWARE Summit](https://www.slideshare.net/FI-WARE/fiware-global-summit-fogflow-a-new-ge-for-iot-edge-computing-97031456)

- [FogFlow introduction at SIG runtime meetup](https://www.youtube.com/watch?v=4QQingkZr1w&t=328s)

- [FogFlow Webinar and demo](https://www.youtube.com/watch?v=D06W3t5uv94)


© 2022 NEC
3 changes: 2 additions & 1 deletion application/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
an application example
templates and operator examples to develop FogFlow applications in the form of fog function or service topology

Loading

0 comments on commit 9a3f4ec

Please sign in to comment.