Corese-Server is the server-side component of the Corese platform. It provides an HTTP interface to expose Corese functionalities, allowing users to send SPARQL queries and updates via a web API, manipulate RDF data, and manage reasoning tasks.
- Expose RDF data through an HTTP interface.
- Process SPARQL queries and updates.
- RESTful API for querying and updating RDF datasets.
You can run Corese-Server using Docker or by downloading and executing the JAR file.
Docker:
To run the server using Docker, pull the latest image and run the container:
docker run --name my-corese \
-p 8080:8080 \
-d wimmics/corese
The server will be running at http://localhost:8080
. Check the Docker Hub page for more information.
JAR File:
Download the latest version of the Corese-Server JAR from the releases page, then start the server with the following command:
java -jar corese-server-4.5.0.jar
By default, the server will be running at http://localhost:8080
.
Explore the available documentation to help you get started with Corese-Core:
We welcome contributions to improve Corese-Server! Here’s how you can get involved:
- Discussions: If you have questions, ideas, or suggestions, please participate in our discussion forum.
- Issue Tracker: Found a bug or want to request a new feature? Use our issue tracker.
- Pull Requests: We accept pull requests. You can submit your changes here.
- Corese Official Website
- Mailing List: corese-users@inria.fr
- Join the Mailing List: Send an email to corese-users-request@inria.fr with the subject:
subscribe