https://github.com/openml/status
Status page of OpenML
https://github.com/openml/status
Last synced: 10 months ago
JSON representation
Status page of OpenML
- Host: GitHub
- URL: https://github.com/openml/status
- Owner: openml
- License: mit
- Created: 2025-01-31T15:49:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T11:11:37.000Z (over 1 year ago)
- Last Synced: 2025-09-05T14:00:41.512Z (10 months ago)
- Language: Python
- Homepage: https://openml.github.io/status/
- Size: 22.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# status
Status page of OpenML
Checks:
* [MinIO](https://min.io/docs/minio/linux/operations/monitoring/healthcheck-probe.html): `curl -I https://data.openml.org/minio/health/live` returns `200 OK`.
* [ElasticSearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#cluster-health-api-desc): `curl -X GET "https://es.openml.org/_cluster/health?wait_for_status=yellow&timeout=10s&pretty"`
* Website: `curl -I "https://www.openml.org/"` returns `200 OK`.
* REST API: `curl "https://www.openml.org/api/v1/json/evaluationmeasure/list"`
* Test Server: ?