-
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.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
5 changed files
with
16 additions
and
53 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 |
---|---|---|
@@ -1,41 +1,10 @@ | ||
# Visualisation Framework | ||
The Data Visualization Framework has been designed and implemented with the vision to support the visualization of diverse data types, in different formats and with various visualizations. Aiming to be extensible in an easy way, its architecture follows a modular design, separating the data storage, the business logic and the front end / User Interface components. | ||
The implemented architecture of the framework is available below: | ||
|
||
## Installation | ||
![Visualisation_Framework_Architecture](https://github.com/madgik/VisualisationFramework/blob/master/visualisation_framework_arch.png) | ||
|
||
### React Projects | ||
Detailed Documentation for each application and how can exploited can be found at: https://support.d4science.org/projects/aginfraplus_wiki/wiki/D43_-_Open_Science_Visualisation_Technologies | ||
|
||
#### Install Dependencies | ||
|
||
yarn install | ||
|
||
#### Run locally | ||
|
||
yarn run start | ||
|
||
#### Build release | ||
|
||
yarn run build | ||
|
||
### Service | ||
|
||
#### Build | ||
|
||
mvn install (root project) | ||
|
||
#### Run locally | ||
|
||
tomcat7:run | ||
|
||
### Portlets | ||
|
||
#### Build | ||
|
||
1. build react project | ||
- copies dist/assets directory to portlet | ||
2. mvn install | ||
- replace manually version numbers in jsp :( | ||
3. copy war to deploy folder | ||
|
||
### Dependencies | ||
|
||
MongoDB on localhost default port | ||
## License | ||
All Components of the Visualisation Framework are licensed under the EUPL V1.1 license. For more information visit: https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.