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.

  1. Robust REST APIs
  2. Beautiful Vue.js client app
  3. Powerful Dashboard
  4. PostgreSQL Database
  5. 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.