The Wayback Machine - https://web.archive.org/web/20220421100826/https://github.com/alkem-io/server
Skip to content
develop
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Alkemio Logo

Enabling society to collaborate. Building a better future, together.

Alkemio Server

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

Build Status Coverage Status BCH compliance 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:

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