Videos
From DreamFactory
(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
This section consists of short video tutorials on how to use DreamFactory. | This section consists of short video tutorials on how to use DreamFactory. | ||
− | == | + | == Using the Admin Console == |
− | * [https://www.youtube.com/watch?v= | + | * [https://www.youtube.com/watch?v=vbWls5aqg0A&t Getting started with DreamFactory] |
* [https://www.youtube.com/watch?v=V1M1KWSxO5k How to use the Home tab] | * [https://www.youtube.com/watch?v=V1M1KWSxO5k How to use the Home tab] | ||
* [https://www.youtube.com/watch?v=Lc7QP96GLCc How to use the Apps tab] | * [https://www.youtube.com/watch?v=Lc7QP96GLCc How to use the Apps tab] | ||
Line 16: | Line 16: | ||
* [https://www.youtube.com/watch?v=Hd-IUaVRyUY How to use the API Docs tab] | * [https://www.youtube.com/watch?v=Hd-IUaVRyUY How to use the API Docs tab] | ||
* [https://www.youtube.com/watch?v=scJ-lQFsW-8 How to use the Config tab] | * [https://www.youtube.com/watch?v=scJ-lQFsW-8 How to use the Config tab] | ||
− | * [https://www.youtube.com/watch?v= | + | * [https://www.youtube.com/watch?v=8IDdMN-uCqE How to use the Packages tab] |
− | == | + | == How Tos == |
+ | * [https://www.youtube.com/watch?v=0Tkz1gsr2VE Protecting Your APIs with Role-based Access Controls] | ||
+ | * [https://www.youtube.com/watch?v=6yOH1w2hjxM Merging Database API Calls with DreamFactory Data Mesh] | ||
+ | * [https://www.youtube.com/watch?v=DVmhvsPn0CQ How to set up the sample address book application] | ||
* [https://www.youtube.com/watch?v=a4faFmaVpxw How to use the MySQL REST API] | * [https://www.youtube.com/watch?v=a4faFmaVpxw How to use the MySQL REST API] | ||
* [https://www.youtube.com/watch?v=7HR5RQUzeM0 How to use the SQLite REST API] | * [https://www.youtube.com/watch?v=7HR5RQUzeM0 How to use the SQLite REST API] | ||
− | |||
* [https://www.youtube.com/watch?v=BVT-RJzvyCw How to use the MongoDB REST API] | * [https://www.youtube.com/watch?v=BVT-RJzvyCw How to use the MongoDB REST API] | ||
+ | * [https://www.youtube.com/watch?v=VWXvGao9UXE How to use the Cassandra REST API] | ||
+ | * [https://www.youtube.com/watch?v=2Xp_3oBcYXo How to use the Redis REST API] | ||
+ | * [https://www.youtube.com/watch?v=EYI7ImZx1eA How to create server-side scripts] | ||
+ | * [https://www.youtube.com/watch?v=uKnGuOa1v6E How to write Node.js scripts] | ||
+ | * [https://www.youtube.com/watch?v=L_m3o8IDzT4 How to write PHP scripts] | ||
+ | * [https://www.youtube.com/watch?v=UcqeiRtZ07s How to write Python scripts] | ||
* [https://www.youtube.com/watch?v=U2BEKNvFEOw How to connect to a remote web service (Edmunds API example)] | * [https://www.youtube.com/watch?v=U2BEKNvFEOw How to connect to a remote web service (Edmunds API example)] | ||
+ | * [https://www.youtube.com/watch?v=bvaNw-LB3Bg How to turn any SOAP web service into a REST API] | ||
+ | * [https://www.youtube.com/watch?v=yiH4kxLX_s8 How to add a custom REST API] | ||
+ | * [https://www.youtube.com/watch?v=bmZcAI2HdcM How to use data mesh (virtual foreign keys)] | ||
+ | * [https://www.youtube.com/watch?v=GtO6fW8qXK0 How use virtual foreign keys with SQL and NoSQL databases] | ||
+ | * [https://www.youtube.com/watch?v=ZGDvcJtErFs How to create calculated SQL fields] | ||
+ | * [https://www.youtube.com/watch?v=T5u9NNeFkUU How to add API aliases to SQL fields] | ||
+ | * [https://www.youtube.com/watch?v=Q-kN45SpWoM How to log API calls with Logstash] | ||
+ | * [https://www.youtube.com/watch?v=jzIuQ7F44Vs How to use API limits] | ||
== Tech Talks == | == Tech Talks == | ||
Line 31: | Line 47: | ||
* [https://www.youtube.com/watch?v=zxL4tae2H1k Webinar: DreamFactory 2.0 launch] | * [https://www.youtube.com/watch?v=zxL4tae2H1k Webinar: DreamFactory 2.0 launch] | ||
* [https://www.youtube.com/watch?v=f7jULYEC9IE Webinar: Storing and accessing IoT data with DreamFactory] | * [https://www.youtube.com/watch?v=f7jULYEC9IE Webinar: Storing and accessing IoT data with DreamFactory] | ||
+ | * [https://www.youtube.com/watch?v=2gU7aN9d1Lw Webinar: API Best Practices] |
Latest revision as of 16:00, 13 August 2019
This section consists of short video tutorials on how to use DreamFactory.
Using the Admin Console
- Getting started with DreamFactory
- How to use the Home tab
- How to use the Apps tab
- How to use the Admins tab
- How to use the Users tab
- How to use the Roles tab
- How to use the Services tab
- How to use the Schema tab
- How to use the Data tab
- How to use the Files tab
- How to use the Scripts tab
- How to use the API Docs tab
- How to use the Config tab
- How to use the Packages tab
How Tos
- Protecting Your APIs with Role-based Access Controls
- Merging Database API Calls with DreamFactory Data Mesh
- How to set up the sample address book application
- How to use the MySQL REST API
- How to use the SQLite REST API
- How to use the MongoDB REST API
- How to use the Cassandra REST API
- How to use the Redis REST API
- How to create server-side scripts
- How to write Node.js scripts
- How to write PHP scripts
- How to write Python scripts
- How to connect to a remote web service (Edmunds API example)
- How to turn any SOAP web service into a REST API
- How to add a custom REST API
- How to use data mesh (virtual foreign keys)
- How use virtual foreign keys with SQL and NoSQL databases
- How to create calculated SQL fields
- How to add API aliases to SQL fields
- How to log API calls with Logstash
- How to use API limits