-
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 pull request #148 from JULIELab/stats_widget
State of BioArxiv first version
- Loading branch information
Showing
410 changed files
with
83,683 additions
and
22,746 deletions.
There are no files selected for viewing
1,176 changes: 1,176 additions & 0 deletions
1,176
documentation/uima-processing-indexing-dataflow.graphml
Large diffs are not rendered by default.
Oops, something went wrong.
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,54 @@ | ||
services: | ||
gepi: | ||
image: gepi:0.2.0-SNAPSHOT | ||
container_name: gepi | ||
ports: | ||
- 0.0.0.0:80:8080 | ||
networks: | ||
- elastic | ||
es01: | ||
image: elasticsearch-preanalyzed:7.9.1 | ||
container_name: es01 | ||
environment: | ||
- node.name=es01 | ||
- cluster.name=es-docker-cluster | ||
- discovery.seed_hosts=es02 | ||
- cluster.initial_master_nodes=es01,es02 | ||
- bootstrap.memory_lock=true | ||
ulimits: | ||
memlock: | ||
soft: -1 | ||
hard: -1 | ||
volumes: | ||
- data01:/usr/share/elasticsearch/data | ||
ports: | ||
- 9200:9200 | ||
networks: | ||
- elastic | ||
es02: | ||
image: elasticsearch-preanalyzed:7.9.1 | ||
container_name: es02 | ||
environment: | ||
- node.name=es02 | ||
- cluster.name=es-docker-cluster | ||
- discovery.seed_hosts=es01 | ||
- cluster.initial_master_nodes=es01,es02 | ||
- bootstrap.memory_lock=true | ||
ulimits: | ||
memlock: | ||
soft: -1 | ||
hard: -1 | ||
volumes: | ||
- data02:/usr/share/elasticsearch/data | ||
networks: | ||
- elastic | ||
|
||
volumes: | ||
data01: | ||
driver: local | ||
data02: | ||
driver: local | ||
|
||
networks: | ||
elastic: | ||
driver: bridge |
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
3 changes: 3 additions & 0 deletions
3
gepi/gepi-concept-database/processing-dictionaries/famplex.dict
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,3 @@ | ||
# Concept database version: 0.2 | ||
# Concept Database Manager Application version: 1.2.0-SNAPSHOT | ||
H4sIAAAAAAAAAAMAAAAAAAAAAAA= |
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.