How to load data from Zendesk Sunshine to Weaviate
Learn how to use Airbyte to synchronize your Zendesk Sunshine data into Weaviate within minutes.


Building your pipeline or Using Airbyte
Airbyte is the only open source solution empowering data teams to meet all their growing custom business demands in the new AI era.
- Inconsistent and inaccurate data
- Laborious and expensive
- Brittle and inflexible
- Reliable and accurate
- Extensible and scalable for all your needs
- Deployed and governed your way
Start syncing with Airbyte in 3 easy steps within 10 minutes



Take a virtual tour
Demo video of Airbyte Cloud
Demo video of AI Connector Builder
Setup Complexities simplified!
Simple & Easy to use Interface
Airbyte is built to get out of your way. Our clean, modern interface walks you through setup, so you can go from zero to sync in minutes—without deep technical expertise.
Guided Tour: Assisting you in building connections
Whether you’re setting up your first connection or managing complex syncs, Airbyte’s UI and documentation help you move with confidence. No guesswork. Just clarity.
Airbyte AI Assistant that will act as your sidekick in building your data pipelines in Minutes
Airbyte’s built-in assistant helps you choose sources, set destinations, and configure syncs quickly. It’s like having a data engineer on call—without the overhead.
What sets Airbyte Apart
Modern GenAI Workflows
Move Large Volumes, Fast
An Extensible Open-Source Standard
Full Control & Security
Fully Featured & Integrated
Enterprise Support with SLAs
What our users say

Raman Singh
Predictable, straightforward pricing model that simplified budgeting and significantly reduced overall spend

Chase Zieman

“Airbyte helped us accelerate our progress by years, compared to our competitors. We don’t need to worry about connectors and focus on creating value for our users instead of building infrastructure. That’s priceless. The time and energy saved allows us to disrupt and grow faster.”

Rupak Patel
"With Airbyte, we could just push a few buttons, allow API access, and bring all the data into Google BigQuery. By blending all the different marketing data sources, we can gain valuable insights."
How to Sync to Manually
Begin by thoroughly understanding the data structure in Zendesk Sunshine. Identify the types of data you want to move, such as tickets, users, or custom objects. Familiarize yourself with the JSON format typically used by Zendesk Sunshine APIs.
Create or use an existing API token to access Zendesk Sunshine. Ensure you have the necessary permissions to read the data you intend to migrate. You can generate an API token in the Zendesk admin interface under the “API”� section by enabling token access and creating a new token.
Use Zendesk Sunshine’s RESTful APIs to extract data. Write a script in a language like Python, using libraries such as `requests`, to make GET requests to the appropriate endpoints (e.g., `/api/v2/tickets.json`). Paginate through results if necessary, and store the extracted data in a structured format like JSON or CSV.
Before importing data into Weaviate, define the schema that matches your data’s structure. Use Weaviate’s RESTful API to create classes and properties that reflect the structure of your Zendesk Sunshine data. You can use the `/schema` endpoint to do this.
Write a script to transform the extracted data into a format compatible with your Weaviate schema. This may involve converting data types or mapping fields from the Zendesk format to the Weaviate format. Ensure that all required fields in the Weaviate schema are populated.
Use Weaviate’s RESTful API to import the transformed data. You will typically use POST requests to the `/objects` endpoint to add data to Weaviate. Handle batch imports if possible to improve efficiency, ensuring that you check for any API rate limits.
After importing, verify that the data in Weaviate matches what was in Zendesk Sunshine. Perform spot checks by querying key objects and comparing them to the original data. Use Weaviate’s API to perform searches and ensure that the relationships and data integrity are maintained.
By following these steps, you can migrate data from Zendesk Sunshine to Weaviate without the need for third-party connectors or integrations.