Vercel Logo
DOCS
DEVELOPER GUIDELINE

Developer Guidelines

Welcome to the Syncraft Developer Guidelines! This section is designed to provide you with a comprehensive understanding of how to interact with and harness the power of Syncraft for your data needs. Below are the topics we will cover, each designed to take you a step further in mastering Syncraft:

  • Defining Models: Learn how to define models to structure your data in Syncraft.
  • Query & Select: Delve into crafting queries and making precise selections from your data.
  • Cross-Sync Join: Discover how to join data across different syncs for more complex data retrieval.
  • Remap Data: Understand how to remap data to organize your pipeline states.
  • Filter and Data Guard: Learn how to guard specific parts of your pipeline and filter your data efficiently.
  • Conditional Branching: Explore conditional logic within your pipelines for more dynamic data processing.
  • Loops: Understand how to implement loops within your query logic.
  • Building Serial Pipelines: Learn how to build serial pipelines for sequential processing.
  • Building Parallel Pipelines: Delve into constructing parallel pipelines for concurrent processing.
  • Building Race Pipelines: Discover the concept of race pipelines and how to implement them.
  • Best Practices: Gain insights into best practices to optimize your Syncraft development process.

Feel free to navigate through the topics that pique your interest, or follow along in sequence to build a solid foundation in handling Syncraft for all your data querying and processing needs. Happy learning!

Deep Dive
Delve into Syncraft Architecture
Learn More
Defining Models