Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Dec 13, 2019
1 parent 0bd5715 commit 82fd552
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Sonsoles López Pernas <sonsoleslp>

Jason Fox <jason-fox>

Javier López Jimeno <Javierlj>

Andrés Muñoz Arcentales <anmunoz>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Documentation badge](https://readthedocs.org/projects/fiware-cosmos-flink/badge/?version=latest)](https://fiware-cosmos-flink.readthedocs.io/en/latest/)
[![Build Status](https://travis-ci.com/ging/fiware-cosmos-orion-flink-connector.svg?branch=master)](https://travis-ci.com/ging/fiware-cosmos-orion-flink-connector)
[![Coverage Status](https://coveralls.io/repos/github/ging/fiware-cosmos-orion-flink-connector/badge.svg?branch=master)](https://coveralls.io/github/ging/fiware-cosmos-orion-flink-connector?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ff824123db8542a3ad34ee3e1be58bd4)](https://www.codacy.com/manual/sonsoleslp/fiware-cosmos-orion-flink-connector?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ging/fiware-cosmos-orion-flink-connector&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ff824123db8542a3ad34ee3e1be58bd4)](https://www.codacy.com/manual/sonsoleslp/fiware-cosmos-orion-flink-connector?utm_source=github.com&utm_medium=referral&utm_content=ging/fiware-cosmos-orion-flink-connector&utm_campaign=Badge_Grade)
[![Known Vulnerabilities](https://snyk.io/test/github/ging/fiware-cosmos-orion-flink-connector/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/ging/fiware-cosmos-orion-flink-connector?targetFile=pom.xml)
![Status](https://nexus.lab.fiware.org/static/badges/statuses/cosmos.svg)

Expand Down Expand Up @@ -74,7 +74,7 @@ This is a Flink connector for the FIWARE Orion Context Broker. It has two parts:
Download the JAR from the latest release. In your project directory run:

```console
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.2.1.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.2.1 -Dpackaging=jar
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.2.3.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.2.3 -Dpackaging=jar
```

Add it to your `pom.xml` file inside the dependencies section.
Expand Down
6 changes: 4 additions & 2 deletions doc/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ This is a Flink connector for the FIWARE Orion Context Broker. It has two parts:

- **`OrionSource`**: Source for receiving NGSI v2 events from subscriptions via HTTP.

- **`NGSILDSource`**: Source for receiving NGSI-LD events from subscriptions via HTTP.

- **`OrionSink`**: Sink for writing the processed data in Orion.

In order to install the connector, first you must download the JAR from the latest release.

In your project directory run:

```bash
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.1.0.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.1.0 -Dpackaging=jar
mvn install:install-file -Dfile=$(PATH_DOWNLOAD)/orion.flink.connector-1.2.3.jar -DgroupId=org.fiware.cosmos -DartifactId=orion.flink.connector -Dversion=1.2.3 -Dpackaging=jar
```

Add it to your `pom.xml` file inside the dependencies section.
Expand All @@ -18,6 +20,6 @@ Add it to your `pom.xml` file inside the dependencies section.
<dependency>
<groupId>org.fiware.cosmos</groupId>
<artifactId>orion.flink.connector</artifactId>
<version>1.1.0</version>
<version>1.2.3</version>
</dependency>
```
17 changes: 12 additions & 5 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Documentation badge](https://readthedocs.org/projects/fiware-cosmos-flink/badge/?version=latest)](https://fiware-cosmos-flink.readthedocs.io/en/latest/)
[![Build Status](https://travis-ci.com/ging/fiware-cosmos-orion-flink-connector.svg?branch=master)](https://travis-ci.com/ging/fiware-cosmos-orion-flink-connector)
[![Coverage Status](https://coveralls.io/repos/github/ging/fiware-cosmos-orion-flink-connector/badge.svg?branch=master)](https://coveralls.io/github/ging/fiware-cosmos-orion-flink-connector?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ff824123db8542a3ad34ee3e1be58bd4)](https://www.codacy.com/manual/sonsoleslp/fiware-cosmos-orion-flink-connector?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ging/fiware-cosmos-orion-flink-connector&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ff824123db8542a3ad34ee3e1be58bd4)](https://www.codacy.com/manual/sonsoleslp/fiware-cosmos-orion-flink-connector?utm_source=github.com&utm_medium=referral&utm_content=ging/fiware-cosmos-orion-flink-connector&utm_campaign=Badge_Grade)
[![Known Vulnerabilities](https://snyk.io/test/github/ging/fiware-cosmos-orion-flink-connector-examples/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/ging/fiware-cosmos-orion-flink-connector-examples?targetFile=pom.xml)
[![Status](https://nexus.lab.fiware.org/static/badges/statuses/cosmos.svg)](#)

Expand All @@ -29,10 +29,17 @@ The complete list of FIWARE GEs and Incubated FIWARE GEs can be found at the
The Cosmos BigData Analysis GE is a set of tools that help achieving the tasks of Streaming and Batch processing over
context data. These tools are:

- Orion-Flink Connector (Source and Sink)
- Apache Flink Processing Engine
- Apache Spark Processing Engine (work in progress)
- Streaming processing examples using Orion Context Broker
- [Orion-Flink Connector (Source and Sink)](https://github.com/ging/fiware-cosmos-orion-flink-connector)

- [Orion-Flink Connector Streaming Examples](https://github.com/ging/fiware-cosmos-orion-flink-connector-examples)

- [Apache Flink Processing Engine](https://flink.apache.org/)

- [Orion-Spark Connector (Source and Sink)](https://github.com/ging/fiware-cosmos-orion-spark-connector)

- [Orion-Spark Connector Streaming Examples (work in progress)](https://github.com/ging/fiware-cosmos-orion-spark-connector)

- [Apache Spark Processing Engine](https://spark.apache.org/)

## Why use Cosmos?

Expand Down
2 changes: 0 additions & 2 deletions doc/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ only, and this section may be revised to provide newer information at any time.
The following list of features are planned to be addressed in the short term, and incorporated in the next release of
the product:

* **NGSI-LD**: Achieve support for the NGSI Linked data format.

## Medium term

The following list of features are planned to be addressed in the medium term, typically within the subsequent
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.

<groupId>org.fiware.cosmos</groupId>
<artifactId>orion.flink.connector</artifactId>
<version>1.2.0</version>
<version>1.2.3</version>
<packaging>jar</packaging>

<name>Fiware Orion Flink Connector</name>
Expand Down

0 comments on commit 82fd552

Please sign in to comment.