waldur / firecrest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirecREST

FirecREST platform, a RESTful Services Gateway to High-Performance Computing (HPC) resources, is a high-performance and reusable framework that integrates with existing HPC infrastructure, thus enabling the access to HPC resources to web-enabled services.

FirecREST provides a REST API that defines a set of HTTP methods through which developers can interact with using the HTTP/REST protocol architecture. Calls to the REST API received are translated into the appropriate infrastructure requests. Among the most prominent services that FirecREST exposes we find authentication and authorization, execution of parallel jobs through a workload manager, file-system operations, data mover, system status, system's job accounting information, etc.

All the endpoints are listed in FirecREST's OpenAPI specification. You can also find more information on its services and examples in our documentation.

FirecREST demo

To run a local install of FirecREST and a demo client see deploy/demo/README.md

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 80.3%Language:HTML 11.6%Language:Shell 5.1%Language:Dockerfile 2.9%Language:Open Policy Agent 0.1%