-
Notifications
You must be signed in to change notification settings - Fork 28
System Components
Ryan Wold edited this page Feb 17, 2022
·
10 revisions
The Touchpoints web application leverages several components; listed below.
- cloud.gov application instance
- PostgreSQL database - datastore
- Redis - application queuing and caching service
- Amazon S3 - blob store
- Amazon Simple Email Service (SES) - to send emails
- GitHub - code version control
- CircleCI - continuous integration
- Google Analytics - client side web analytics
- New Relic - uptime monitoring AND application performance monitoring and reporting
- Snyk - dependency scanning
To see how these things fit together and how to get them running, see Local Development.