Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@
"pages": [
"getting-started/day-1/index",
{
"group": "Hybrid SaaS",
"group": "Premium Users",
"pages": [
"getting-started/day-1/hybrid-saas/index"
]
},
{
"group": "Free-tier Users",
"pages": [
"getting-started/day-1/hybrid-saas/index",
"getting-started/day-1/hybrid-saas/local-ingestion-agent"
]
}
Expand Down
2 changes: 1 addition & 1 deletion getting-started/day-1/hybrid-saas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Hybrid Ingestion Runner | Secure Metadata Workflows in Your Cloud
description: Learn to configure and manage Hybrid Ingestion Runner to securely execute workflows in your cloud using AWS, Azure, or GCP secrets—without exposing credentials.
slug: /getting-started/day-1/hybrid-saas
sidebarTitle: Overview
sidebarTitle: Hybrid Ingestion Runner
collate: true
---

Expand Down
6 changes: 6 additions & 0 deletions getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ collate: true

# Local Ingestion Agent

<Note>

To set up the Local Ingestion Agent, you’ll need credentials provided by the support team. Please reach out to support@getcollate.io to get the required access and configuration details.

</Note>

<iframe src="https://drive.google.com/file/d/16-2l9EYBE9DjlHepPKTpVFvashMy1buu/preview" width="800" height="450" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>

The Local Ingestion Agent is designed to facilitate metadata ingestion for hybrid deployments, allowing organizations to securely push metadata from their infrastructure into the Collate platform without exposing their internal systems. It provides a secure and efficient way for running ingestion workflows while maintaining full control over data processing within your network.
Expand Down
7 changes: 7 additions & 0 deletions getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ need to set up your Collate environment in 30 minutes.
>
Invite team members and assign roles to collaborate and manage data effectively.
</Card>
<Card
title="Local Ingestion Agent"
href="/getting-started/day-1/hybrid-saas/local-ingestion-agent"
horizontal
>
Optionally run a local ingestion agent within your network to ingest data without direct SaaS connectivity.
</Card>
</Columns>

## How Collate helps Data Teams?
Expand Down
Loading