Skip to content

Commit

Permalink
Merge branch 'metno:trunk' into split_dags
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Apr 30, 2024
2 parents c0d6b46 + 715aa75 commit 9d9bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ You can set up your own ROVE instance connected to your own data source. It can
Of particular note, you will need to provide implementations of [the DataConnector Trait](https://docs.rs/rove/latest/rove/data_switch/trait.DataConnector.html) so that ROVE knows how to talk to your data sources. Some real-world examples of DataConnector implementations can be found under [met_connectors](https://github.com/metno/rove/tree/trunk/met_connectors/src), where frost talks to a http REST API, and lustre_netatmo reads data from csv files over Network File System.

## Overview of architecture
![component diagram](https://github.com/metno/rove/blob/trunk/docs/Confident_Component.png?raw=true)
![component diagram](https://github.com/metno/rove/blob/trunk/docs/Confident_Component.svg)

## Documentation
Crate documentation is available [here](https://docs.rs/rove/).
Expand Down

0 comments on commit 9d9bb28

Please sign in to comment.