Skip to content

Commit 17cf335

Browse files
committed
tour update
1 parent 1c8b5e0 commit 17cf335

7 files changed

+1912
-15
lines changed

Docs.code-workspace

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
}
66
],
77
"settings": {
8-
"workbench.colorTheme": "Office Theme (Publisher)",
9-
"workbench.preferredLightColorTheme": "Office Theme (Publisher)"
8+
"workbench.colorTheme": "Arduino Dark",
9+
"workbench.preferredLightColorTheme": "Office Theme (Publisher)",
10+
"workbench.preferredDarkColorTheme": "Arduino Dark"
1011
}
1112
}

docs/().md

Whitespace-only changes.

docs/Install-Tour.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
- Mega Demo (video? Doc? WebSite?)
2+
3+
- Working Software Now - Std Project/IDE
4+
5+
- New Idea: GenAI or WebGenAI
6+
7+
- Nail Reqmts - working screens
8+
- Vibe safely - AI Coding Tools
9+
10+
- Existing System
11+
12+
- GemAI Logic, or Code Completion 
13+
14+
- MCP
15+
- Corp Security
16+
- Integration
17+
18+
- Kafka
19+
20+
- Open Deployment - Scalable Container
21+
22+
Waves
23+
* GenAI
24+
* Bus Logic Agents
25+
* MCP
26+
* Vibe
27+
28+
Demo
29+
* A. Create - wsn
30+
* New Idea: GenAI or WebGenAI
31+
* Existing DB: CLI
32+
* B. add-cust:
33+
* Logic (GenAI or Code Completion)
34+
* Security
35+
* C. add-cust: iterate (Python)
36+
* B2B
37+
38+
39+

docs/Sample-Basic-Demo.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Instant Microservices - with Logic and Security
33
notes: gold is proto (-- doc); alert for apostrophe
4-
version: 0.21 from docsite
4+
version: 0.22 from docsite 5/24/2025
55
---
66

77
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
8888

8989
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.**
9090

91-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/api-swagger.jpeg?raw=true">
91+
![swagger](images/basic_demo/api-swagger.jpeg)
9292

9393
### b. Admin App
9494

9595
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.
9696

9797
You can click Customer 2, and see their Orders, and Items.
9898

99-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/admin-app-initial.jpeg?raw=true">
99+
![admin-app-initial](images/basic_demo/admin-app-initial.jpeg)
100100

101101
&nbsp;
102102

@@ -148,13 +148,13 @@ To see security in action:
148148

149149
#### 3. Transparent Logging
150150

151-
The screenhot below illustrates security declaration and operation:
151+
The screenshot below illustrates security declaration and operation:
152152

153153
* The declarative Grants in the upper code panel, and
154154

155155
* The logging in the lower panel, to assist in debugging by showing which Grants (`+ Grant:`) are applied:
156156

157-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/security-filters.jpeg?raw=true">
157+
![security-filters](images/basic_demo/security-filters.jpeg)
158158

159159
&nbsp;
160160

@@ -186,7 +186,7 @@ Logic provides significant improvements over procedural logic, as described belo
186186

187187
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.***
188188

189-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/logic-chaining.jpeg?raw=true">
189+
![logic-chaining](images/basic_demo/logic-chaining.jpeg)
190190

191191
#### b. 40X More Concise
192192

@@ -260,7 +260,7 @@ als add-cust
260260

261261
At the breakpoint, observe you can use standard debugger services to debug your logic (examine `Item` attributes, step, etc).
262262

263-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/logic-debugging.jpeg?raw=true">
263+
![logic-debugging](images/basic_demo/logic-debugging.jpeg)
264264

265265
&nbsp;
266266

@@ -307,10 +307,9 @@ Of course, we all know that all businesses the world over depend on the `hello w
307307

308308
### Messaging With Kafka
309309

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"}.
311-
312-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/integration/order-to-shipping.jpg?raw=true">
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"}.
313311

312+
![order-to-shipping](images/integration/order-to-shipping.jpg)
314313
&nbsp;
315314

316315
## 5. Deploy Containers: Collaborate
@@ -325,7 +324,7 @@ API Logic Server also creates scripts for deployment. While these are ***not re
325324

326325
## Summary
327326

328-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/summary.jpeg?raw=true">
327+
![summary](images/basic_demo/summary.jpeg)
329328

330329
!!! pied-piper ":bulb: Instant Creation, Rules, Open Standards"
331330

@@ -341,11 +340,11 @@ API Logic Server also creates scripts for deployment. While these are ***not re
341340

342341
Initial version:
343342

344-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/basic_demo_data_model.jpeg?raw=true" width="500">
343+
![basic_demo_data_model](images/basic_demo/basic_demo_data_model.jpeg)
345344

346345
End version:
347346

348-
<img src="https://github.com/ApiLogicServer/Docs/blob/main/docs/images/basic_demo/basic_demo_data_model_end.png?raw=true" width="500">
347+
![basic_demo_data_model_end](images/basic_demo/basic_demo_data_model_end.png)
349348

350349
&nbsp;
351350

0 commit comments

Comments
 (0)