Skip to content

Releases: AnotherCodeArtist/CEPWare

Submission_Release

21 Jan 13:12
d6c3cc2
Compare
Choose a tag to compare

This is the realease for submission of the CEPWare project.

It contains the following versions for the docker images:
-Orion: 2.0.0
-Cygnus: 1.10.0
-Mongo: 3.6
-Idas: 1.8.0
-Jobmanager: 1.6.1
-Taskmanager: 1.6.1
Moreover it uses docker-compose Version 3.7

cepware_versions_relativeStable

20 Dec 14:42
302d932
Compare
Choose a tag to compare
Pre-release
1.3.0

Insert linux permissions

cepware-goData

16 Dec 14:25
Compare
Choose a tag to compare
cepware-goData Pre-release
Pre-release

This is the release using a Go Script as data generating source. It will be replaced by a python script and thus saved as a tag.

Backup_Stable_Working

12 Dec 15:32
Compare
Choose a tag to compare
Backup_Stable_Working Pre-release
Pre-release

Using static versions of docker containers. Latest Versions caused mismatch in functionality between Fiwrae Orion context broker and Apache Flink (scala class not found error). The Versions of the docker-compose.yml which worked are listed below (these will be used for the stable_working version.

mongo:
image: mongo:3.6

orion:
   image: fiware/orion:2.0.0
   
cygnus:
    image: fiware/cygnus-ngsi:1.9.0
          
idas:
   image: telefonicaiot/iotagent-ul:1.7.0
              
jobmanager:
    image: flink:1.6.1
      
taskmanager:
    image: flink:1.6.1