https://github.com/nuvla/nuvla
Documentation website:
https://github.com/nuvla/nuvla
cloud edge iot
Last synced: 2 months ago
JSON representation
Documentation website:
- Host: GitHub
- URL: https://github.com/nuvla/nuvla
- Owner: nuvla
- License: apache-2.0
- Created: 2019-02-01T09:17:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T09:33:57.000Z (about 2 years ago)
- Last Synced: 2024-04-19T16:14:31.629Z (about 1 year ago)
- Topics: cloud, edge, iot
- Homepage: https://docs.nuvla.io
- Size: 348 KB
- Stars: 7
- Watchers: 10
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuvla
The Nuvla platform allows you to manage your container-based
applications on multiple infrastructures, including those on the edge.For more information, please visit:
- [Nuvla Platform Guides](https://docs.nuvla.io/)
- [Nuvla Developer Information](https://github.com/nuvla/nuvla/wiki)
- [Nula.io](https://nuvla.io) Nuvla managed service [](https://nuvla.io)The source code for the platform can be found in the other
repositories within the [nuvla
organization](https://github.com/nuvla/) on GitHub.## Latest releases and artifacts
| repository | release | artifact |
| ---- | ---- | ---- |
|[api-server](https://github.com/nuvla/api-server)|[](https://github.com/nuvla/api-server/blob/master/CHANGELOG.md#released)| [](https://hub.docker.com/r/nuvla/api/tags) |
|[ui](https://github.com/nuvla/ui)|[](https://github.com/nuvla/ui/blob/master/CHANGELOG.md#released)| [](https://hub.docker.com/r/nuvla/ui/tags) |
|[job-engine](https://github.com/nuvla/job-engine)|[](https://github.com/nuvla/job-engine/blob/master/CHANGELOG.md#released)| [](https://hub.docker.com/r/nuvla/job/tags) |
|[python-library](https://github.com/nuvla/python-library)|[](https://github.com/nuvla/python-library/blob/master/CHANGELOG.md#released)| [](https://pypi.org/project/nuvla-api/) |
|[ring](https://github.com/nuvla/ring)|[](https://github.com/nuvla/ring/blob/master/CHANGELOG.md#released)| [](https://hub.docker.com/r/nuvla/ring/tags) |
|[clojure-library](https://github.com/nuvla/clojure-library)|[](https://github.com/nuvla/clojure-library/blob/master/CHANGELOG.md#released)| [](https://clojars.org/sixsq.nuvla/api) |
|[nuvla/es](https://github.com/nuvla/es)|[](https://github.com/nuvla/es)| [](https://hub.docker.com/r/nuvla/es/tags) |
|[nuvla deployment](https://github.com/nuvla/deployment)|[](https://github.com/nuvla/deployment/blob/master/CHANGELOG.md#released)| [](https://github.com/nuvla/deployment/releases) |## Build Status
To get more information on the latest builds click on the build status badges below.
| repository | status |
| ---- | ---- |
| [ring](https://github.com/nuvla/ring) | [](https://travis-ci.com/nuvla/ring) |
| [clojure-library](https://github.com/nuvla/clojure-library) | [](https://travis-ci.com/nuvla/clojure-library) |
| [api-server](https://github.com/nuvla/api-server) | [](https://github.com/nuvla/api-server/actions/workflows/main.yml) |
| [ui](https://github.com/nuvla/ui) | [](https://github.com/nuvla/ui/actions/workflows/build.yml) |
| [python-library](https://github.com/nuvla/python-library) | [](https://github.com/nuvla/python-library/actions/workflows/main.yml) |
| [job-engine](https://github.com/nuvla/job-engine) | [](https://github.com/nuvla/job-engine/actions/workflows/main.yml) |
| [job-tools](https://github.com/nuvla/job-tools) | [](https://github.com/nuvla/job-tools/actions/workflows/main.yml) |
| [nuvla deployment](https://github.com/nuvla/deployment) | [](https://github.com/nuvla/deployment/actions/workflows/main.yml) |## Copyright
Copyright © SixSq SA
## License
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.