Systems | Development | Analytics | API | Testing

What's New in DreamFactory 7.7 | Agents, API Builder, Schema Contracts

DreamFactory 7.7 is out. Agents have owners. API Builder is new. Schema Contracts lock the shape. The admin console is new. Four things that shipped: Agent governance. Every agent has a human owner, a role, and a key that expires in four hours. Deactivate the owner and the agent stops. API Builder. Design the endpoint the app actually wants. Custom paths, shaped responses, on services you already have. Open source, in every edition.

Government API Use Case: How to quickly connect your application with Data.

Getting data out of source systems and into the applications that need it is usually slow, custom, and hard to secure. Today I'll show you how DreamFactory solves that as a secure data gateway. This demo today is based on a government healthcare use case.

BigQuery to REST API in 2 Minutes | DreamFactory

Turn a Google BigQuery project into a secured REST API without putting the warehouse credential in your app. DreamFactory stores the service account. Your app calls a URL with an API key. Role-based access control decides what that key can see. Docs are generated from the live spec, so fields and filters become query parameters you can ship. In this walkthrough.

Government API Use Case: How to quickly connect your application with Data.

Getting data out of source systems and into the applications that need it is usually slow, custom, and hard to secure. Today I'll show you how DreamFactory solves that as a secure data gateway. This demo today is based on a government healthcare use case.

RBAC for API Tutorial: How to secure your API with RBAC and support Multi-tenant Considerations

In this Tutorial, you’ll learn how to build a secure REST API using Role Based Access Control Here’s what you’ll discover in this step-by-step guide: How to configure database API access (full access, schema access, table access, stored procedures, and functions) How to apply enterprise-grade security with API keys and role-based access control (RBAC) How to support multi-tenant scenarios with RBAC that supports record or row level security.