Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Securefs | 661 | a month 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 | 186 | 11 | 24 days ago | 60 | March 17, 2022 | 335 | 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 | 6 months ago | 9 | C++ | ||||||
A ros tool for converting Robosense pointcloud to Velodyne pointcloud format. | ||||||||||
Z5 | 92 | 1 | 3 months ago | 22 | March 19, 2022 | 37 | mit | C++ | ||
Lightweight C++ and Python interface for datasets in zarr and N5 format | ||||||||||
Ngff | 92 | 8 days ago | 106 | other | Bikeshed | |||||
Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud. | ||||||||||
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 Dotnet | 20 | 3 days ago | 6 | mit | C# | |||||
.NET 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
In order to build the CRD and the various schemas, you don't need to install any pre-requisite apart from docker
.
In the root directory, just run the following command:
bash ./docker-run.sh ./build.sh
Typescript model is generated based on JSON Schema with help of kubernetes-client/gen. To generate them locally run:
bash ./build/typescript-model/generate.sh
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.