forked from open-horizon/open-horizon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (19 loc) · 1.06 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
---
layout: page
title: "Home"
---
<!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>
</body>
</html>