Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Securefs | 661 | 4 months ago | 1 | February 27, 2018 | 14 | other | C++ | |||
Filesystem in userspace (FUSE) with transparent authenticated encryption | ||||||||||
Ocrsdk.com | 467 | 2 years ago | 30 | apache-2.0 | Java | |||||
ABBYY Cloud OCR SDK | ||||||||||
Api | 205 | 15 | 16 days ago | 64 | November 08, 2023 | 369 | apache-2.0 | Go | ||
Kube-native API for cloud development workspaces specification | ||||||||||
Markdownpicpicker | 146 | 5 years ago | 5 | gpl-3.0 | Python | |||||
MarkdownPicPicker is a tool to upload a picture in clipboard to cloud and write a markdown format url of the picture to clipboard | ||||||||||
Rs_to_velodyne | 108 | 8 months ago | 9 | C++ | ||||||
A ros tool for converting Robosense pointcloud to Velodyne pointcloud format. | ||||||||||
Ngff | 99 | 22 days ago | 102 | other | Bikeshed | |||||
Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud. | ||||||||||
Z5 | 98 | 1 | a month ago | 23 | October 08, 2022 | 38 | mit | C++ | ||
Lightweight C++ and Python interface for datasets in zarr and N5 format | ||||||||||
Cloudconvert | 42 | 3 years ago | 3 | mit | Ruby | |||||
Ruby wrapper for CloudConvert | ||||||||||
Cloud Init Example | 33 | 7 years ago | ||||||||
Example of setting user-data for AWS EC2 with multipart data, tests the order in which various user data formats are run | ||||||||||
Aspose Words Cloud Python | 20 | 1 | 3 days ago | 54 | November 12, 2023 | mit | Python | |||
A Python library for communicating with the Aspose.Words Cloud API |
Sources for this API are defined in Go code, starting from the devworkspace_types.go source file
From these Go sources, several files are generated:
DevWorkspace
API.Generated files are created by a build script (see section How to build).
A Subset of this DevWorkspace
API defines a structure (workspace template content), which is also at the core of the Devfile 2.0 format specification.
For more information about this, please look into the Devfile support README
The generated documentation of the Devfile 2.0 format, based on its json schema, is available here.
Typescript model is build on each commit of main branch and available as an NPM package.
Release details and process are found in Devfile Release
For information about building this project visit CONTRIBUTING.md.
This work is still in an early stage of specification, and the related API and schemas are still a draft proposal.
In order to test existing or new Devfile 2.0 or DevWorkspace sample files in a self-service Che workspace (hosted on che.openshift.io), just click on the button below:
As soon as the devworkspace is opened, you should be able to:
yaml
files in the following folders:
samples/
devfile-support/samples
yaml
language support (completion and documentation) based on the current Json schemas.Please see our contributing.md.
Apache License 2.0, see LICENSE for details.
license_header
contains the license header to be contained under all source files. For Go sources, this can be included by running bash add_licenses.sh
.
Ensure github.com/google/addlicense
is installed by running go install github.com/google/addlicense@latest
.