🗃️ Deployment
2 items
📄️ Seed a Database
A database is as useful as the data that it contains: a fresh, empty database
🗃️ Add Custom Functionality
3 items
📄️ Securing Platformatic DB with Authorization
Introduction
📄️ Configure JWT with Auth0
Auth0 is a powerful authentication and authorization service provider that can be integrated with Platformatic DB through JSON Web Tokens (JWT) tokens.
📄️ Monitoring with Prometheus and Grafana
Prometheus is open source system and alerting toolkit for monitoring and alerting. It's a time series database that collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
📄️ Debug Platformatic DB
Error: No tables found in the database
📄️ Using Environment Variables with Platformatic
Applications built with Platformatic loosely follows the twelve factor app methodology.
📄️ Integrate Prisma with Platformatic DB
Prisma is an open-source ORM for Node.js and TypeScript. It is used as an alternative to writing SQL, or using another database access tool such as SQL query builders (like knex.js) or ORMs (like TypeORM and Sequelize). Prisma currently supports PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB.
📄️ Generate Front-end Code to Consume Platformatic REST API
By default, a Platformatic app exposes REST API that provide CRUD (Create, Read,
📄️ Migrating a Fastify app to Platformatic Service
Introduction
📄️ Migrating an Express app to Platformatic Service
Introduction
📄️ Use Stackables to build Platformatic applications
Platformatic Service and Platformatic DB
📄️ Telemetry with Jaeger
Introduction
📄️ Dockerize a Platformatic App
This guide explains how to create a new Platformatic DB app, which connects to a PostgreSQL database.
📄️ Build and deploy a modular monolith
Introduction
📄️ Logging to ElasticSearch (or any other destination)
This guide shows how to configure a Platformatic application to