datasync-content-store-filesystem

Persist Contentstack DataSync content to the local filesystem with branch/locale-aware paths.

1|Updated Jan 3, 2019
One-click install
npx skills add https://github.com/contentstack/datasync-content-store-filesystem --skill datasync-content-store-filesystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datasync-content-store-filesystem
Source: https://github.com/contentstack/datasync-content-store-filesystem/tree/main/skills/datasync-content-store-filesystem
Command: npx skills add https://github.com/contentstack/datasync-content-store-filesystem --skill datasync-content-store-filesystem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a filesystem-backed storage layer for Contentstack DataSync, allowing persistence of content types, entries, and asset references locally for the DataSync Manager, avoiding REST calls for normal writes.

Core Features & Use Cases

  • FilesystemStore persistence of synced content; branch/locale aware path handling; config-based customization; integration with asset connectors and DataSync Manager. Use cases include local development, offline access, and rapid iteration of content models.

Quick Start

Configure your DataSync Manager to use the filesystem content store and start syncing.

Frequently Asked Questions about datasync-content-store-filesystem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist Contentstack DataSync data to the filesystem?

You persist Contentstack DataSync data by configuring the FilesystemStore to store contents, assets, and metadata locally, avoiding REST calls for normal writes during local development.

What is filesystem-based persistence for synced content used for?

Filesystem-based persistence provides a local storage layer for synced content types, entries, and asset references, enabling offline access and rapid iteration of content models.

How do I configure branch and locale path patterns for DataSync?

You configure branch and locale path patterns using config-driven pathways within the FilesystemStore, ensuring branch/locale awareness when persisting synced content and metadata.

Can I integrate the filesystem content store with the DataSync Manager?

Yes, you can integrate the filesystem content store with the DataSync Manager and asset connectors via the start(connector, config) API and the FilesystemStore API.