Background Challenges Goal Background Under the distributed application architecture based on microservices, business requires multiple services to be completed through a seri...
Background Challenges Goal Background Challenges Goal Background With information technology innovating, more and more applications established in the new fields, prompt ...
DB-less and Declarative Configuration Declarative configuration Set up Kong in DB-less mode Creating a declarative configuration file Declarative configuration format Check the...
1.3.17. /db/_security 1.3.17. /db/_security GET /{db}/_security Returns the current security object from the specified database. The security object consists of two compul...
1.3.9. /db/_shards 1.3.10. /db/_shards/doc 1.3.11. /db/_sync_shards 1.3.9. /db/_shards New in version 2.0. GET /{db}/_shards The response will contain a list of databa...
Working with db_session db_session and the transaction scope Several transactions within the same db_session Nested db_session db_session cache Using db_session with generator ...
Transactions and db_session Transactions and db_session A database transaction is a logical unit of work, which can consist of one or several queries. Transactions are atomic, w...