Skip to content

A server-side component providing an HTTP API for RDF data processing and SPARQL querying via the Corese engine.

Notifications You must be signed in to change notification settings

corese-stack/corese-server

Repository files navigation

Corese-Server

License: CECILL-C Discussions

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.

Features

  • Expose RDF data through an HTTP interface.
  • Process SPARQL queries and updates.
  • RESTful API for querying and updating RDF datasets.

Getting Started

Download and Install

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.

Documentation

Explore the available documentation to help you get started with Corese-Core:

Contributions and Community

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.

Useful Links

About

A server-side component providing an HTTP API for RDF data processing and SPARQL querying via the Corese engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published