From 40839e12f1b94de2840270c24004ff3832506447 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 11 Jul 2020 16:01:34 +0300 Subject: [PATCH 1/4] Added SVG files to all specs! --- docs/specs/custom-domains.svg | 1 + docs/specs/functions.svg | 1 + docs/specs/overview.svg | 1 + docs/specs/realtime.svg | 1 + 4 files changed, 4 insertions(+) create mode 100644 docs/specs/custom-domains.svg create mode 100644 docs/specs/functions.svg create mode 100644 docs/specs/overview.svg create mode 100644 docs/specs/realtime.svg diff --git a/docs/specs/custom-domains.svg b/docs/specs/custom-domains.svg new file mode 100644 index 0000000000..73b7520c3d --- /dev/null +++ b/docs/specs/custom-domains.svg @@ -0,0 +1 @@ +
Console
Console
Domain Verification
Domain Verification
DNS Validation
DNS Validation
SSL Generator
(100 hosts per cert)
SSL Generator...
Renewals in 60 days
Renewals in 60 days
Cert 1
Cert 1
appwrite.io
appwrite.io
DNS Server
DNS Server
CNAME Record
CNAME Record
TXT Record
TXT Record
Loadbalancer
Loadbalancer
SSL Certificates
SSL Certificates
    appwrite.demoapp.com/v1    
    appwrite.demoapp.com/v1    
demoapp.com
demoapp.com
Platforms
Platforms
Custom Domains
Custom Domains
Web
Web
Cert 2
Cert 2
Cert 3
Cert 3
Cert 4
Cert 4
Cert 5
Cert 5

Custom Domains

Specification for adding, validating and generating custom domains
and SSL certificates for the Appwrite API.

Custom Domains...
Viewer does not support full SVG 1.1
\ No newline at end of file diff --git a/docs/specs/functions.svg b/docs/specs/functions.svg new file mode 100644 index 0000000000..a5f50b743f --- /dev/null +++ b/docs/specs/functions.svg @@ -0,0 +1 @@ +
Console
Console
Code Packger
(CLI Tool?)
Code Packger...
Web IDE
(Based on PRISM?)
Web IDE...
Database
Database
Functions
Functions
PHP
PHP
Node.js
Node.js
appwrite
appwrite
    appwrite.demoapp.com/v1    
    appwrite.demoapp.com/v1    
demoapp.com
demoapp.com

Cloud Functions

Specification for adding, executing and managing custom, user supplied cloud functions.

Cloud Functions...
Python
Python
Ruby
Ruby
Versions / Tags
Versions / Tags
Encrypted Code
(Storage)
Encrypted Code...
Execution
Execution
Worker
Worker
Warmup / Pull
(All Docker Images)
Warmup / Pull...
Execute Code
(Limit Execution Time)
Execute Code...
Log Result
Log Result
Viewer does not support full SVG 1.1
\ No newline at end of file diff --git a/docs/specs/overview.svg b/docs/specs/overview.svg new file mode 100644 index 0000000000..7b376f6604 --- /dev/null +++ b/docs/specs/overview.svg @@ -0,0 +1 @@ +
Web
Web
Flutter
Flutter
iOS
iOS
Android
Android
Servers
Servers
Appwrite
Appwrite
Loadbalancer
Loadbalancer
Console
Console
APIs
APIs
Pub/Sub (Redis)
Pub/Sub (Redis)
Cache (Redis)
Cache (Redis)
Database (MariaDB)
Database (MariaDB)
Users
Users
Account
Account
Teams
Teams
Database
Database
Storage
Storage
Localization
Localization
Avatars
Avatars
Health
Health
SSL Gateway
SSL Gateway
Deletes
Deletes
Security Layer
Security Layer
Usage
Usage
Audits
Audits
Mails
Mails
SMTP
SMTP
Tasks
Tasks
Webhooks
Webhooks
Functions
Functions
Docker
Docker
StatsD (Telegraf)
StatsD (Telegraf)
TimeSeries (InfluxDB)
TimeSeries (InfluxDB)
Certs
Certs
Scheduler
Scheduler
Letsencrypt
Letsencrypt
AntiVirus (ClamAV)
AntiVirus (ClamAV)
Viewer does not support full SVG 1.1
\ No newline at end of file diff --git a/docs/specs/realtime.svg b/docs/specs/realtime.svg new file mode 100644 index 0000000000..93788ddd2a --- /dev/null +++ b/docs/specs/realtime.svg @@ -0,0 +1 @@ +
Appwrite API
Appwrite API
Send all events
Send all events
Messaging Worker
Messaging Worker
Redis - Message Log
Redis - Message Log
Expire Every x seconds
Expire Every x secon...
Websocket 1
Websocket 1
Connections
Connections
Events
Events
Authorization
Authorization
Websocket 2
Websocket 2
Websocket 3
Websocket 3
Pull
Pull
Connections
Connections
Events
Events
Authorization
Authorization
Connections
Connections
Events
Events
Authorization
Authorization
Clients
Clients
LoadBalancer
LoadBalancer

Real Time
Specification for adding, a sclabale, realtime stream to trasmit Appwrite system and user generated events to any platform.

Real Time...
Viewer does not support full SVG 1.1
\ No newline at end of file From 8d96d27ee67709ae2d9f05a1e75ff18667405040 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 11 Jul 2020 16:05:12 +0300 Subject: [PATCH 2/4] Added editable SVG files --- docs/specs/{custom-domains.svg => custom-domains.svg.drawio} | 0 docs/specs/{functions.svg => functions.svg.drawio} | 0 docs/specs/{overview.svg => overview.svg.drawio} | 0 docs/specs/{realtime.svg => realtime.svg.drawio} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename docs/specs/{custom-domains.svg => custom-domains.svg.drawio} (100%) rename docs/specs/{functions.svg => functions.svg.drawio} (100%) rename docs/specs/{overview.svg => overview.svg.drawio} (100%) rename docs/specs/{realtime.svg => realtime.svg.drawio} (100%) diff --git a/docs/specs/custom-domains.svg b/docs/specs/custom-domains.svg.drawio similarity index 100% rename from docs/specs/custom-domains.svg rename to docs/specs/custom-domains.svg.drawio diff --git a/docs/specs/functions.svg b/docs/specs/functions.svg.drawio similarity index 100% rename from docs/specs/functions.svg rename to docs/specs/functions.svg.drawio diff --git a/docs/specs/overview.svg b/docs/specs/overview.svg.drawio similarity index 100% rename from docs/specs/overview.svg rename to docs/specs/overview.svg.drawio diff --git a/docs/specs/realtime.svg b/docs/specs/realtime.svg.drawio similarity index 100% rename from docs/specs/realtime.svg rename to docs/specs/realtime.svg.drawio From 31789b6e8a890293fa7141b5d34fc1ec9e338d3a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 11 Jul 2020 16:06:45 +0300 Subject: [PATCH 3/4] Updated file extensions --- .../{custom-domains.svg.drawio => custom-domains.drawio.svg} | 0 docs/specs/{functions.svg.drawio => functions.drawio.svg} | 0 docs/specs/{overview.svg.drawio => overview.drawio.svg} | 0 docs/specs/{realtime.svg.drawio => realtime.drawio.svg} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename docs/specs/{custom-domains.svg.drawio => custom-domains.drawio.svg} (100%) rename docs/specs/{functions.svg.drawio => functions.drawio.svg} (100%) rename docs/specs/{overview.svg.drawio => overview.drawio.svg} (100%) rename docs/specs/{realtime.svg.drawio => realtime.drawio.svg} (100%) diff --git a/docs/specs/custom-domains.svg.drawio b/docs/specs/custom-domains.drawio.svg similarity index 100% rename from docs/specs/custom-domains.svg.drawio rename to docs/specs/custom-domains.drawio.svg diff --git a/docs/specs/functions.svg.drawio b/docs/specs/functions.drawio.svg similarity index 100% rename from docs/specs/functions.svg.drawio rename to docs/specs/functions.drawio.svg diff --git a/docs/specs/overview.svg.drawio b/docs/specs/overview.drawio.svg similarity index 100% rename from docs/specs/overview.svg.drawio rename to docs/specs/overview.drawio.svg diff --git a/docs/specs/realtime.svg.drawio b/docs/specs/realtime.drawio.svg similarity index 100% rename from docs/specs/realtime.svg.drawio rename to docs/specs/realtime.drawio.svg From 489810708bbb4b8ff685d45e81c80f45599b220d Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 11 Jul 2020 16:07:33 +0300 Subject: [PATCH 4/4] No need for drawio files --- docs/specs/custom-domains.drawio | 166 ------------- docs/specs/functions.drawio | 142 ----------- docs/specs/overview.drawio | 413 ------------------------------- docs/specs/realtime.drawio | 123 --------- 4 files changed, 844 deletions(-) delete mode 100644 docs/specs/custom-domains.drawio delete mode 100644 docs/specs/functions.drawio delete mode 100644 docs/specs/overview.drawio delete mode 100644 docs/specs/realtime.drawio diff --git a/docs/specs/custom-domains.drawio b/docs/specs/custom-domains.drawio deleted file mode 100644 index 23968590c3..0000000000 --- a/docs/specs/custom-domains.drawio +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/specs/functions.drawio b/docs/specs/functions.drawio deleted file mode 100644 index 2ce348591d..0000000000 --- a/docs/specs/functions.drawio +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/specs/overview.drawio b/docs/specs/overview.drawio deleted file mode 100644 index 249502bf74..0000000000 --- a/docs/specs/overview.drawio +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/specs/realtime.drawio b/docs/specs/realtime.drawio deleted file mode 100644 index fc76cf187c..0000000000 --- a/docs/specs/realtime.drawio +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file