-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge branch 'release/4.6.1'
Showing
102 changed files
with
3,287 additions
and
3,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Add this dependency to your `pom.xml` file: | |
<dependency> | ||
<groupId>fr.inria.corese</groupId> | ||
<artifactId>corese-core</artifactId> | ||
<version>4.6.0</version> | ||
<version>4.6.1</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -36,7 +36,7 @@ Add this dependency to your `pom.xml` file: | |
Include the following in your `build.gradle` file: | ||
|
||
``` gradle | ||
implementation 'fr.inria.corese:corese-core:4.6.0' | ||
implementation 'fr.inria.corese:corese-core:4.6.1' | ||
``` | ||
|
||
**JAR:** | ||
|
@@ -45,10 +45,7 @@ You can download the latest version of the **Corese-Core** JAR from the [release | |
|
||
## Documentation | ||
|
||
Explore the available documentation to help you get started with Corese-Core: | ||
|
||
- [Getting Started Guide](https://corese-stack.github.io/corese-core/v4.6.0/getting_started/getting_started_with_corese-core.html) | ||
- [API Documentation](https://corese-stack.github.io/corese-core/v4.6.0/java_api/library_root.html) | ||
Explore the available documentation on Corese-Core pages: [Corese-Core Documentation](https://corese-stack.github.io/corese-core/). | ||
|
||
## Contributions and Community | ||
|
||
|
@@ -60,6 +57,5 @@ We value contributions and feedback from the community! Here’s how you can eng | |
|
||
## Useful Links | ||
|
||
- [Corese Official Website](https://corese-stack.github.io/corese-core/v4.6.0/) | ||
- **Mailing List:** <[email protected]> | ||
- **Join the Mailing List:** Send an email to <[email protected]> with the subject: `subscribe` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
166 changes: 0 additions & 166 deletions
166
docs/source/_static/Corese-square-logo-white-background.svg
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
[ | ||
{ | ||
"Name": "v5.0.0 (latest)", | ||
"version": "stable", | ||
"url": "https://corese-stack.github.io/corese-core/v5.0.0/", | ||
"preferred": true | ||
}, | ||
{ | ||
"name": "v4.5.6 (stable)", | ||
"version": "stable", | ||
"url": "https://corese-stack.github.io/corese-core/v4.5.6/" | ||
} | ||
] | ||
[ | ||
{ | ||
"name": "v4.6.1 (latest)", | ||
"version": "stable", | ||
"url": "https://corese-stack.github.io/corese-core/v4.6.1/", | ||
"preferred": true | ||
}, | ||
{ | ||
"name": "v4.6.0 (stable)", | ||
"version": "stable", | ||
"url": "https://corese-stack.github.io/corese-core/v4.6.0/", | ||
"preferred": false | ||
}, | ||
{ | ||
"name": "dev", | ||
"version": "unstable", | ||
"url": "https://corese-stack.github.io/corese-core/dev/", | ||
"preferred": false | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,57 @@ | ||
# Download and install corese-core | ||
# Installation | ||
|
||
Download from [maven-central](https://central.sonatype.com/namespace/fr.inria.corese) | ||
## Corese Core | ||
|
||
## corese-core | ||
[![Badge Maven Central](./_static/logo/badge_maven.svg)](https://central.sonatype.com/artifact/fr.inria.corese/corese-core) [![Badge Github Release](./_static/logo/badge_github.svg)](https://github.com/corese-stack/corese-core/releases) | ||
|
||
```xml | ||
<!-- Maven --> | ||
<dependency> | ||
<groupId>fr.inria.corese</groupId> | ||
<artifactId>corese-core</artifactId> | ||
<version>4.5.6</version> | ||
<version>X.Y.Z</version> <!-- replace X.Y.Z with the version number --> | ||
</dependency> | ||
``` | ||
|
||
## corese-storage-plugin | ||
```Groovy | ||
// Gradle | ||
implementation 'fr.inria.corese:corese-core:X.Y.Z' // replace X.Y.Z with the version number | ||
``` | ||
|
||
## Storage Modules | ||
|
||
**Jena storage:** | ||
|
||
[![Badge Maven Central](./_static/logo/badge_maven.svg)](https://central.sonatype.com/artifact/fr.inria.corese/corese-jena) [![Badge Github Release](./_static/logo/badge_github.svg)](https://github.com/corese-stack/corese-plugin-storage-jena/releases) | ||
|
||
```xml | ||
<!-- jena storage --> | ||
<!-- Maven --> | ||
<dependency> | ||
<groupId>fr.inria.corese</groupId> | ||
<artifactId>corese-jena</artifactId> | ||
<version>4.5.6</version> | ||
<version>X.Y.Z</version> <!-- replace X.Y.Z with the version number --> | ||
</dependency> | ||
``` | ||
|
||
```Groovy | ||
// Gradle | ||
implementation 'fr.inria.corese:corese-jena:X.Y.Z' // replace X.Y.Z with the version number | ||
``` | ||
|
||
**RDF4J storage:** | ||
|
||
[![Badge Maven Central](./_static/logo/badge_maven.svg)](https://central.sonatype.com/artifact/fr.inria.corese/corese-rdf4j) [![Badge Github Release](./_static/logo/badge_github.svg)](https://github.com/corese-stack/corese-plugin-storage-rdf4j/releases) | ||
|
||
<!-- rdf4j storage --> | ||
```xml | ||
<!-- Maven --> | ||
<dependency> | ||
<groupId>fr.inria.corese</groupId> | ||
<artifactId>corese-rdf4j</artifactId> | ||
<version>4.5.6</version> | ||
<version>X.Y.Z</version> <!-- replace X.Y.Z with the version number --> | ||
</dependency> | ||
``` | ||
|
||
```Groovy | ||
// Gradle | ||
implementation 'fr.inria.corese:corese-rdf4j:X.Y.Z' // replace X.Y.Z with the version number | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/main/java/fr/inria/corese/core/elasticsearch/EdgeChangeListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package fr.inria.corese.core.elasticsearch; | ||
|
||
|
||
import fr.inria.corese.core.kgram.api.core.Edge; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
import java.util.List; | ||
|
||
public abstract class EdgeChangeListener { | ||
private static final Logger logger = LoggerFactory.getLogger(EdgeChangeListener.class); | ||
|
||
public void onEdgeInsert(Edge edge) { | ||
onBulkEdgeChange(List.of(), List.of(edge)); | ||
} | ||
|
||
public void onBulkEdgeInsert(List<Edge> edgeList) { | ||
onBulkEdgeChange(List.of(), edgeList); | ||
} | ||
|
||
public void onEdgeDelete(Edge edge) { | ||
onBulkEdgeChange(List.of(edge), List.of()); | ||
} | ||
|
||
public void onBulkEdgeDelete(List<Edge> edgeList) { | ||
onBulkEdgeChange(edgeList, List.of()); | ||
} | ||
|
||
public abstract void onBulkEdgeChange(List<Edge> delete, List<Edge> insert); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.