Skip to content

Telespazio-UK/rm-workspace-api

 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Workspace API

Template for developing an EOEPCA Service
Explore the docs »
View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: rm-workspace-api, __fschindler__, fabian.schindler@eox.at

Built With

  • FastAPI
  • Kubernetes Python API
  • Redis

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

To develop this service both docker and docker-compose is required.

Installation

docker-compose up

Testing

  • make test runs the unit tests
  • make lint runs the code lints

Documentation

The component documentation can be found at https://eoepca.github.io/rm-workspace-api/.

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Running the template service

Just execute the run task in Gradle

./gradlew run

Upgrading Gradle Wrapper

Change the version number in the build.gradle wrapper task then run:

./gradlew wrapper --gradle-version=4.10.2 --distribution-type=bin

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

Contact

Fabian Schindler - @fschindler - fabian.schindler@eox.at

Project Link: https://github.com/EOEPCA/rm-workspace-api

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • Shell 2.9%
  • Dockerfile 1.5%
  • Makefile 1.4%