server icon indicating copy to clipboard operation
server copied to clipboard

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.

Alkemio Logo

Empowering society. The platform to succeed in working on challenges, together.

Alkemio Server

Welcome to the Alkemio Server! This server is the heart of the Alkemio Platform, and manages the representation of the Space and all the entities stored wthin it.

Build Status Coverage Status Docker Image CI

A high level overview of the Design of the Alkemio Server is shown below.

Component Diagram

The server primarily interacts via a GraphQL api' that it exposes. This can be found at the following location: http://localhost:4000/graphql (assuming default port).

This api is used by the Alkemio Web Client, but also by any other clients / integrations that need to interact with the Alkemio server.

The key takeaway is that the Alkemio server is designed to be integrated, so that other tools or user interfaces can make use of the logical domain model maintained by the server.

Additional information:

  • Design - An overview of architectural layers and technologies used
  • Running - How to run the Server using containers (docker-compose and docker)
  • Developing - How to setup the Server for developing
  • Data Management - How data representing the domain model used by Alkemio Platform is managed, including database migrations
  • Quality Assurance - Details of the test harness around the server and how to execute the test suites.
  • Pushing - How new docker images are published to Dockerhub

For other questions / comments please feel free to reach out via the channels listed in the Alkemio Repo or via Alkemio organization.