Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# services
Overview of all OpenML components including a docker-compose to run OpenML services locally
# Backend
Overview of all OpenML components including a docker-compose to run OpenML services locally.
The Python-based REST API (or REST API version 2) is still experimental, the other services are used in production.

Note: For the development of the Python-based REST API, a separate definition of services is currently maintained. These are in that repository, see the [Python REST API](https://docs.openml.org/apiv2/contributing/contributing/) documentation for more information.

## Overview

Expand All @@ -10,6 +13,13 @@ Overview of all OpenML components including a docker-compose to run OpenML servi
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/) version 2.21.0 or higher

## Cloning `services` repository

Clone the repo from GitHub:
```bash
git clone https://github.com/openml/services.git
```

## Usage

When using this project for the first time, run:
Expand Down