From fe4e13e67f304f1af5b8f3d92f611fca10e7fac2 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 23 Nov 2018 15:38:01 +0100 Subject: [PATCH] Remove AEON from catalogue --- .gitmodules | 15 ----- README.md | 3 - processing/README.md | 56 ------------------- processing/aeon/cloud-messaging-api | 1 - processing/aeon/cloud-messaging-dashboard | 1 - .../aeon/cloud-messaging-events-manager | 1 - processing/aeon/cloud-messaging-platform | 1 - processing/aeon/cloud-messaging-sdk | 1 - release.sh | 5 -- 9 files changed, 84 deletions(-) delete mode 160000 processing/aeon/cloud-messaging-api delete mode 160000 processing/aeon/cloud-messaging-dashboard delete mode 160000 processing/aeon/cloud-messaging-events-manager delete mode 160000 processing/aeon/cloud-messaging-platform delete mode 160000 processing/aeon/cloud-messaging-sdk diff --git a/.gitmodules b/.gitmodules index 92db77415..88b7ce92e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,21 +43,6 @@ [submodule "robotics/Fast-RTPS"] path = robotics/Fast-RTPS url = https://github.com/eProsima/Fast-RTPS -[submodule "processing/aeon/cloud-messaging-platform"] - path = processing/aeon/cloud-messaging-platform - url = https://github.com/atos-ari-aeon/fiware-cloud-messaging-platform.git -[submodule "processing/aeon/cloud-messaging-api"] - path = processing/aeon/cloud-messaging-api - url = https://github.com/atos-ari-aeon/fiware-cloud-messaging-api.git -[submodule "processing/aeon/cloud-messaging-events-manager"] - path = processing/aeon/cloud-messaging-events-manager - url = https://github.com/atos-ari-aeon/fiware-cloud-messaging-events-manager.git -[submodule "processing/aeon/cloud-messaging-sdk"] - path = processing/aeon/cloud-messaging-sdk - url = https://github.com/atos-ari-aeon/fiware-cloud-messaging-sdk.git -[submodule "processing/aeon/cloud-messaging-dashboard"] - path = processing/aeon/cloud-messaging-dashboard - url = https://github.com/atos-ari-aeon/fiware-cloud-messaging-dashboard.git [submodule "processing/knowage/server"] path = processing/knowage/server url = https://github.com/KnowageLabs/Knowage-Server.git diff --git a/README.md b/README.md index f661f78d4..72f343381 100644 --- a/README.md +++ b/README.md @@ -192,9 +192,6 @@ chapter: introduces Complex Event Processing (CEP) defined using a rules-based system, enabling you to fire events which send HTTP requests, emails, tweets, SMS messages etc. -- The [AEON](https://github.com/atos-ari-aeon) Incubated Generic Enabler - provides a message channel middleware for the fast distribution of messages - among different entities. - The [Domibus](https://ec.europa.eu/cefdigital/code/projects/EDELIVERY/repos/domibus) Incubated Generic Enabler helps users to exchange electronic data and diff --git a/processing/README.md b/processing/README.md index c70c676d9..db5fa72d0 100644 --- a/processing/README.md +++ b/processing/README.md @@ -342,62 +342,6 @@ Perseo can act as a bridge between the context data and other external systems. The **Perseo** project is part of [FIWARE](https://fiware.org/) and will be rated as part of the next release. -## :seedling: AEON (Incubated) - -[![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/processing.svg)](https://www.fiware.org/developers/catalogue/) -![License](https://img.shields.io/github/license/atos-ari-aeon/fiware-cloud-messaging-dashboard.svg) - -- [Git Repository](https://github.com/atos-ari-aeon) -- [Documentation](https://aeon-platform.rtfd.io/) - -### What is AEON? - -The Cloud Messaging GE (AEON) provides cloud services (channels) to communicate -an unlimited number of entities, interchanging an unlimited amount of -information. But it is not only about the communication, it also provides -services for easily management of entities participating in your environments: -mobile, truck, box, thermometer, even yourself...). The Cloud Messaging GE -support two main operation blocks: - -Resources Management: Management of the different entities and channels. Create, -Remove, Update and Delete Entities Create, Remove, Update and Delete Channels -associated to an entity Publish/Subscribe: Based on managing the publish and -subscribe operations. Publish information over a channel. Subscribe to a -channel. Pause, continue and stop the subscription getting a better control on -your operations. The Cloud Messaging GE offers, not only and API to mange all -the resources but also it provides different SDKs to start using it by just -including it in your code. - -### Why use AEON? - -Each time that you need to develop an application with communication needs, -Cloud Messaging GE should be included. It is very difficult to set up a -communication environment and it is time you loose on what really matters, -develop the main functionalities of your applications. Therefore, Cloud -Messaging solves this problem for you, allowing you to focus on your domain. -E,g. If you want to develop an application that updates the status of a -delivered package in real-time, with a few lines of code, you can update this -status from the mobile terminal to the transport operator's back-office. - -### Quality Assurance - -This project is part of [FIWARE](https://fiware.org/) and has been rated as -follows: - -- **Version Tested:** - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Version&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.version&colorB=blue) -- **Documentation:** - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Completeness&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.docCompleteness&colorB=blue) - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Usability&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.docSoundness&colorB=blue) -- **Responsiveness:** - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Time%20to%20Respond&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.timeToCharge&colorB=blue) - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Time%20to%20Fix&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.timeToFix&colorB=blue) -- **FIWARE Testing:** - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Tests%20Passed&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.failureRate&colorB=blue) - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Scalability&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.scalability&colorB=blue) - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Performance&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.performance&colorB=blue) - ![ ](https://img.shields.io/badge/dynamic/json.svg?label=Stability&url=https://fiware.github.io/catalogue/json/aeon.json&query=$.stability&colorB=blue) - ## :seedling: Domibus (Incubated) [![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/processing.svg)](https://www.fiware.org/developers/catalogue/) diff --git a/processing/aeon/cloud-messaging-api b/processing/aeon/cloud-messaging-api deleted file mode 160000 index 2f453151c..000000000 --- a/processing/aeon/cloud-messaging-api +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2f453151cd67c05c3e269ea5e983a53fcf8417d3 diff --git a/processing/aeon/cloud-messaging-dashboard b/processing/aeon/cloud-messaging-dashboard deleted file mode 160000 index dea35eb67..000000000 --- a/processing/aeon/cloud-messaging-dashboard +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dea35eb676780f879e101edeff1bacdf7c9a58b3 diff --git a/processing/aeon/cloud-messaging-events-manager b/processing/aeon/cloud-messaging-events-manager deleted file mode 160000 index 5d2e123dd..000000000 --- a/processing/aeon/cloud-messaging-events-manager +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5d2e123dda9c23585262b77ffd76befc933baceb diff --git a/processing/aeon/cloud-messaging-platform b/processing/aeon/cloud-messaging-platform deleted file mode 160000 index 2bfdbf698..000000000 --- a/processing/aeon/cloud-messaging-platform +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2bfdbf698f741169ff30066f78ff68ead9b854ed diff --git a/processing/aeon/cloud-messaging-sdk b/processing/aeon/cloud-messaging-sdk deleted file mode 160000 index b2d84f507..000000000 --- a/processing/aeon/cloud-messaging-sdk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b2d84f507df1c1afed751aa2da66f008050a43dc diff --git a/release.sh b/release.sh index 32673a7c2..e676e8c7a 100755 --- a/release.sh +++ b/release.sh @@ -79,11 +79,6 @@ findRelease iot-agents/iotagent-opcua Engineering-Research-and-Development/iotag findRelease iot-agents/iotagent-ultralight telefonicaid/iotagent-ul 1.7.0 findRelease iot-agents/OpenMTC OpenMTC/OpenMTC v1.1.0 -findRelease processing/aeon/cloud-messaging-api atos-ari-aeon/fiware-cloud-messaging-api "latest" -findRelease processing/aeon/cloud-messaging-dashboard atos-ari-aeon/fiware-cloud-messaging-dashboard "latest" -findRelease processing/aeon/cloud-messaging-events-manager atos-ari-aeon/fiware-cloud-messaging-events-manager "latest" -findRelease processing/aeon/cloud-messaging-platform atos-ari-aeon/fiware-cloud-messaging-platform "latest" -findRelease processing/aeon/cloud-messaging-sdk atos-ari-aeon/fiware-cloud-messaging-sdk "latest" findRelease processing/cosmos/cosmos ging/fiware-cosmos-orion-flink-connector FIWARE_7.4 findRelease processing/cosmos/examples ging/fiware-cosmos-orion-flink-connector-examples FIWARE_7.4 findRelease processing/domibus edelivery/domibus 4.0