Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-winkler committed Oct 11, 2024
1 parent 4f8820f commit 7e7bee8
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 2 deletions.
89 changes: 87 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,87 @@
# Resource Registration
EOEPCA Resource Registration Building Block repository
# EOEPCA+ Resource Registration Building Block

<!-- PROJECT SHIELDS -->
<!--
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->

[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]

<!-- PROJECT LOGO -->
<br />
<p align="center">
<a href="https://github.com/EOEPCA/resource-registration">
<img src="docs/img/eoepca-logo.png" alt="Logo" width="80" height="80">
</a>

<h3 align="center">EOEPCA+ Resource Registration</h3>

<p align="center">
This repository includes the documentation of the EOEPCA+ Resource Registration building block
<br />
<a href="https://eoepca.readthedocs.io/projects/resource-registration/en/latest/"><strong>Explore the docs »</strong></a>
<br />
</p>
</p>

<!-- TABLE OF CONTENTS -->

<!-- ABOUT THE PROJECT -->

## Description

The EOEPCA+ Resource Registration building block consists of the following components:

- Registration API - [https://github.com/EOEPCA/registration-api](https://github.com/EOEPCA/registration-api)
- Registration Harvester - [https://github.com/EOEPCA/registration-harvester](https://github.com/EOEPCA/registration-harvester)
- Common Registration Library - [https://github.com/EOEPCA/registration-library](https://github.com/EOEPCA/registration-library)

The building block is built with and based on the following tools and standards.

- [Python](https://www.python.org/)
- [pygeoapi](https://pygeoapi.io/)
- [OGC API Processes](https://ogcapi.ogc.org/processes/)
- [Flowable](https://www.flowable.com/open-source)
- [FastAPI](https://fastapi.tiangolo.com/)
- [OMG Business Process Model and Notation (BPMN)](https://www.bpmn.org)

## Getting Started

## Documentation

The building block documentation can be found [here](https://eoepca.readthedocs.io/projects/resource-registration/en/latest/).

<!-- LICENSE -->

## License

The EOEPCA building blocks are distributed under the Apache-2.0 License. See `LICENSE` for more information.

<!-- CONTACT -->

## Contact

Project Link: [https://github.com/EOEPCA/resource-registration](https://github.com/EOEPCA/resource-registration)

<!-- ACKNOWLEDGEMENTS -->

## Acknowledgements

- README.md is based on [this template](https://github.com/othneildrew/Best-README-Template) by [Othneil Drew](https://github.com/othneildrew).

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

[contributors-shield]: https://img.shields.io/github/contributors/EOEPCA/resource-registration.svg?style=flat-square
[contributors-url]: https://github.com/EOEPCA/resource-registration/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/EOEPCA/resource-registration.svg?style=flat-square
[forks-url]: https://github.com/EOEPCA/resource-registration/network/members
[stars-shield]: https://img.shields.io/github/stars/EOEPCA/resource-registration.svg?style=flat-square
[stars-url]: https://github.com/EOEPCA/resource-registration/stargazers
[issues-shield]: https://img.shields.io/github/issues/EOEPCA/resource-registration.svg?style=flat-square
[issues-url]: https://github.com/EOEPCA/resource-registration/issues
[license-shield]: https://img.shields.io/github/license/EOEPCA/resource-registration.svg?style=flat-square
[license-url]: https://github.com/EOEPCA/resource-registration/blob/master/LICENSE
Binary file added docs/img/eoepca-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e7bee8

Please sign in to comment.