Purpose Guide database technology selection, schema design, query optimization, and migration patterns -- with EasyPlatform-specific context for service-to-database mapping.
| TextSnippet | Example service data | MongoDB | localhost:27017 (root/rootPassXXX) | | TextSnippet (EF) | Example service data | SQL Server | localhost,14330 (sa/123456Abc) | | TextSnippet (PG) | Example service data | PostgreSQL | localhost:54320 (postgres/postgres) | | Caching | Session, rate limiting | Redis | localhost:6379 |
| Messaging | Event bus | RabbitMQ | localhost:15672 (guest/guest) |
Selezione della tecnologia del database, progettazione dello schema, ottimizzazione delle query e indicazioni sulla migrazione per MongoDB, SQL Server, PostgreSQL e Redis. Trigger su schema del database, query mongodb, server SQL, postgresql, cache Redis, migrazione del database, ottimizzazione dell'indice. Fonte: duc01226/easyplatform.