You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Sample-Basic-Demo.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Instant Microservices - with Logic and Security
3
3
notes: gold is proto (-- doc); alert for apostrophe
4
-
version: 0.21 from docsite
4
+
version: 0.22 from docsite 5/24/2025
5
5
---
6
6
7
7
See how to build a complete database system -- in minutes instead of weeks or months:
@@ -88,15 +88,15 @@ The sections below explore the system that has been created (which would be simi
88
88
89
89
The system creates an API with end points for each table, with filtering, sorting, pagination, optimistic locking and related data access -- **[self-serve](https://apilogicserver.github.io/Docs/API-Self-Serve/), ready for custom app dev.**
It also creates an Admin App: multi-page, multi-table -- ready for **[business user agile collaboration](https://apilogicserver.github.io/Docs/Tech-AI/),** and back office data maintenance. This complements custom UIs created with the API.
96
96
97
97
You can click Customer 2, and see their Orders, and Items.
@@ -186,7 +186,7 @@ Logic provides significant improvements over procedural logic, as described belo
186
186
187
187
Note that it's a `Multi-Table Transaction`, as indicated by the indentation. This is because - like a spreadsheet - **rules automatically chain, *including across tables.***
@@ -307,10 +307,9 @@ Of course, we all know that all businesses the world over depend on the `hello w
307
307
308
308
### Messaging With Kafka
309
309
310
-
Along with APIs, messaging is another technology commonly employed for application integration. See the screenshot below; for more information, see [Sample Integration](Sample-Integration.md##produce-ordershipping-message){:target="_blank" rel="noopener"}.
Along with APIs, messaging is another technology commonly employed for application integration. See the screenshot below; for more information, see [Sample Integration](Sample-Integration.md#produce-ordershipping-message){:target="_blank" rel="noopener"}.
0 commit comments