-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from ecmwf/feature/rest-fastapi
Feature/rest fastapi
- Loading branch information
Showing
8 changed files
with
146 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# Aviso Rest | ||
|
||
This component is a REST frontend that allows notification providers to submit notifications to the Aviso service | ||
via REST. Internally it uses Aviso API as if it was a client towards the store. | ||
via REST. Internally it uses Aviso API as if it is a client towards the notification store. | ||
|
||
Install it by, from the main project directory: | ||
Run the following commands in the main project directory to install aviso-rest: | ||
``` | ||
% pip install -e . | ||
% pip install -e aviso-server/monitoring | ||
% pip install -e aviso-server/rest | ||
``` | ||
The aviso and aviso-monitoring packages are required by aviso-rest. | ||
|
||
Launch it by: | ||
Aviso rest can be launched by: | ||
|
||
``` | ||
% aviso-rest | ||
``` | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.