Information on software development design, architecture, frameworks, and other details.
Deployment Architecture
The reference deployment is hosted within Amazon AWS. The basic deployment involves:
An EC2 ubuntu 18 server running in a custom VPC (with an elastic IP)
An RDS instance running Postgres 11.
The application itself is deployed as a docker container.
Software Architecture
WCI Terminology server is a REST service that leverages Lucene (or Elasticsearch) indexes and a Postgres database to deliver terminology information through an API and to an included (AngularJS) user interface.
<insert diagram: TBD>
...