-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10b7d1c
commit cbd6b7a
Showing
6 changed files
with
47 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
BUNDLE_PATH: "/home/bouvierneveucle/.local/share/gem" |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: OperatorFabric | ||
show-title: false | ||
layout: project | ||
excerpt: OperatorFabric is a modular, extensible, industrial-strength platform for alarming and coordination processes. | ||
header: | ||
image: /assets/images/operatorfabric/logo_lfe_operatorfabric.png | ||
teaser: assets/images/operatorfabric/logo_lfe_operatorfabric_resized.png | ||
github: https://github.com/opfab/ | ||
website: https://opfab.github.io/ | ||
license: MPL 2.0 | ||
license-url: https://opfab.github.io/documentation/current/community/#license_and_DCO | ||
documentation: https://opfab.github.io/ | ||
community: https://lfenergy.slack.com/channels/operator-fabric | ||
tags: [LFEnergy, MPL2.0] | ||
--- | ||
|
||
# A Smart Assistant For System Operators | ||
|
||
|
||
OperatorFabric is a modular, extensible, industrial-strength platform for use in electricity, water, and other utility operations. | ||
|
||
It aims to facilitate operational activities for utilities in two ways : | ||
|
||
* Centralize real time business events in a single place to avoid having multiple screens/software. To do so, OperatorFabric provides | ||
* event dispatching rules on a per user basis (based on groups, organizational entities, processes... ) | ||
* event-sending endpoints for business applications | ||
* a mechanism of templating to customize events rendering (using HTML5 ) | ||
* a view of the events on a timeline or a calendar | ||
* storage of all the events (archive feature) | ||
* notifications via sounds or emails | ||
* possibilities to integrate screen from other applications | ||
|
||
|
||
* Facilitate interactions between operational control centers: | ||
* Share information in real time, as pre-formatted cards that can be sent either manually by operators or automatically by external solutions. | ||
* Introduce pre-formatted question/response exchanges between control centers. This can be used to implement operational processes (with the notion of "last time to respond"). | ||
* Share events in calendar (also allowing repeating events) | ||
|
||
In addition, the following features are available: internationalization, light/dark mode for the UI, realtime connected users supervision, authorization mechanism. | ||
|
||
Integration with existing IT systems is an overarching concern: support of Firefox and Chromium-based browsers, docker deployment, communication with business applications via REST API or Kafka, integration with external authentication systems (via OAuth2), monitoring via Prometheus endpoints. | ||
|
||
![Feed screen layout](/assets/images/operatorfabric/feed_screenshot.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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