forked from open-horizon/open-horizon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
copyright:
years: 2021 - 2023
lastupdated: "2023-04-02"
layout: page
title: "Home"
description: "Welcome to the Open Horizon Documentation web site"
nav_order: 1
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>
Open Horizon is a platform for managing the service software lifecycle of containerized workloads and related machine learning assets.
It enables autonomous management of applications deployed to distributed webscale fleets of edge computing nodes and devices without requiring on-premise administrators.
</p>
<p>
Edge computing brings computation and data storage closer to where data is created by people, places, and things.
Open Horizon simplifies the job of getting the right applications and machine learning onto the right compute devices and keeps those applications running and updated.
It also enables the autonomous management of more than 10,000 edge devices simultaneously – that’s 20 times as many endpoints as in traditional solutions.
</p>
<ul>
<li>
To install everything with a one-liner script, visit the [Quick Start](/quick-start/) page.
</li>
<li>
For all other documentation, see the [documentation index page](/docs/).
</li>
</ul>
</body>
</html>