Architecture
How LogChimp works with it's architecture?
LogChimp is an independent, built on a modern technology stack of Node.js for powering its robust JSON API, stand-alone system with dependency only on the database (PostgreSQL) as a data storage layer, with a beautiful and rich client app written in Vue.js including a powerful dashboard - find out more.
A high-level view of LogChimp's architecture is as shown:
These five areas work together to make every LogChimp site function smoothly.
- Robust REST APIs
- Beautiful Vue.js client app
- Powerful Dashboard
- PostgreSQL Database
- Disk storage space
Node environment
LogChimp supports three environments: development
, testing
, production
. A public LogChimp site should always run in production mode, development is used for building LogChimp locally and testing is only used in CI/CD to run tests.