-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
182 changed files
with
5,093 additions
and
1,118 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,7 @@ yarn-error.log* | |
# IntelliJ IDEA | ||
.idea | ||
*.iml | ||
|
||
#Database | ||
postgres/ | ||
mongodb/ |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Dependencies Details | ||
In the following document, we’ll describe the details of dependencies of various components in the **formsflow.ai** solution. | ||
|
||
## 1. forms-flow-analytics | ||
To build interactive dashboards and gain insights. | ||
|
||
| Component | Version| | ||
| --- | ----- | | ||
| Redash | V9(beta)| | ||
<br> | ||
|
||
## 2. forms-flow-api | ||
REST API to formsflow.ai integration components | ||
|
||
| Component | Version | | ||
| --- | ----- | | ||
| Python | 3.9 | | ||
| Flask | 1.1.4 | | ||
| Postgres | 11.0 | | ||
<br> | ||
|
||
## 3. forms-flow-bpm | ||
For workflow and decision automation<br> | ||
|
||
| Component | Version| | ||
| --- | ----- | | ||
| Camunda | 17.13.0| | ||
| SpringBoot | 2.2.7 | | ||
| Postgres | Latest | | ||
<br> | ||
|
||
## 4. forms-flow-forms | ||
To build data management applications<br> | ||
|
||
| Component | Version| | ||
| --- | ----- | | ||
| Formio | 2.0.0--rc.34 | | ||
<br> | ||
|
||
## 5. forms-flow-idm | ||
Identity Management<br> | ||
|
||
| Component | Version| | ||
| --- | ----- | | ||
| Keycloak | 7.0 and above | | ||
<br> | ||
|
||
#### NOTE: | ||
* If you are using keycloak version **11.0 and above**, you can use the keycloak import script [mentioned here](https://github.com/AOT-Technologies/forms-flow-ai/blob/master/forms-flow-idm/keycloak/imports/formsflow-ai-realm.json) . | ||
* If you are in keycloak version **7.0 and above**, refer our [guide](https://github.com/AOT-Technologies/forms-flow-ai/blob/master/forms-flow-idm/keycloak/README.md#create-realm) on how to manually setup keycloak roles/users . | ||
<br> | ||
## 6. forms-flow-web | ||
Delivers progressive web application<br> | ||
|
||
| Component | Version | | ||
| --- | --- | | ||
| React | 17.0.2 | | ||
| Formio | 2.0.0-rc.34 | | ||
<br> | ||
|
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
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
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
Oops, something went wrong.