-
API
- GraphQL API to build you own ui and tools
- Time travelling queries: get the state at a precise point in time. See how your organization was at a specific date.
-
Web UI
- Time travel your organization
- Organization chart
- Manage circles and roles
- Create tensions
- Manage members
- Basic search
The sircles core (backend) is written in Go and exposes a GraphQL API.
On top of it we provide a React based UI (but any kind of client can be built using the API).
To quickly see how sircles works just use the provided docker image.
docker run -p 80:8080 -it sorintlab/sirclesdemo
you can then login as user admin
with password: password
This is just for quickly trying Sircles. For real production deployments see the related doc
Sircles is under active development.
- PostgreSQL >= 9.5
See here for a list of faq. If you have additional questions please ask.
sircles is an open source project under the Apache 2.0 license, and contributions are gladly welcomed! To submit your changes please open a pull request.