Skip to content

Commit

Permalink
[#1525][#1526][#1531] updated readme + removed unused test class (#1533)
Browse files Browse the repository at this point in the history
* [#1525][#1526][#1531] updated readme
* flink version
* added new publications
* added related repositories
* removed OperatorIntegrationTest class

fixes #1525
fixes #1526
fixes #1531
  • Loading branch information
Kevin Gómez authored Mar 29, 2021
1 parent 600551c commit 9ff8303
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 272 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ help getting started using Gradoop.

##### Further Information (articles and talks)

* [Graph Sampling with Distributed In-Memory Dataflow Systems, arXiv, October 2019](https://arxiv.org/pdf/1910.04493.pdf)
* [Exploration and Analysis of Temporal Property Graphs, EDBT Demo, March 2021](https://dbs.uni-leipzig.de/file/EDBT_DEMO_Rost_2021_published.pdf)
* [Graph Sampling with Distributed In-Memory Dataflow Systems, BTW, March 2021](https://dbs.uni-leipzig.de/file/A3-21.pdf)
* [Evolution Analysis of Large Graphs with Gradoop, ECML PKDD LEG Workshop, September 2019](https://dbs.uni-leipzig.de/file/LEGECML-PKDD_2019_paper_9.pdf)
* [Gradoop @Gridka Keynote Distributed Graph Analytics, August 2019](https://indico.scc.kit.edu/event/460/contributions/5772/attachments/2873/4171/gradoop_gridka19.pdf)
* [Temporal Graph Analysis using Gradoop, BTW 2019-Workshopband, March 2019](https://dl.gi.de/bitstream/handle/20.500.12116/21797/C2-1.pdf)
Expand Down Expand Up @@ -96,18 +97,18 @@ Latest weekly build (additional repository is required):
</dependency>

```
In any case you also need Apache Flink (version 1.7.2):
In any case you also need Apache Flink (version 1.9.3):
```xml
<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
<version>1.7.2</version>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<version>1.7.2</version>
<version>1.9.3</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -182,6 +183,10 @@ Used to maintain the code style for the whole project.

## Related Repositories

### [Gradoop Tutorial](https://github.com/dbs-leipzig/gradoop-tutorial)

Gradoop Tutorial which has been shown in [BOSS20'](https://boss-workshop.github.io/boss-2020/) Workshop of VLDB 2020 international conference.

### [Gradoop Benchmarks](https://github.com/dbs-leipzig/gradoop-benchmarks)

This repository contains sets of Gradoop operator benchmarks designed to run on a cluster to measure
Expand All @@ -191,6 +196,15 @@ scalability and speedup of the operators.

Demo application to show the functionalities of the grouping and query operator in an interactive web UI.


### [Temporal Graph Explorer](https://github.com/dbs-leipzig/temporal_graph_explorer)

Gradoop Temporal Graph Explorer Demo which showcases some operators of the Temporal Property Graph Model.

### [Gradoop GDL](https://github.com/dbs-leipzig/gdl)

This repository contains the definition of our Temporal Graph Definition Language (Temporal-GDL).

### Version History

See the [Changelog](https://github.com/dbs-leipzig/gradoop/wiki/Changelog) at the Wiki pages.
Expand Down

This file was deleted.

0 comments on commit 9ff8303

Please sign in to comment.