magicwind / castled

Castled is an open source reverse ETL solution that helps you to periodically sync the data in your warehouses and databases to sales, marketing, support or custom apps without any help from engineering teams

Home Page:https://castled.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Castled-logo

Open source reverse-ETL platform to operationalize your data warehouse

deply locally deploy on aws


Introduction

Castled is a Reverse ETL solution which enables you to make the valuable customer insights lying on your data warehouse actionable by moving them to sales, markerting and support tools of your choice. We currently support all major data warehouses incluing Snowflake, BigQuery, Redshift and Postgres as the data source and some of the most popular sales, marketing and support solutions such as Salesforce, Hubspot, Intercom, Google Ads etc as the destination.

Some of our key offerings include

  • Incremental/Complete data syncs from your cloud data warehouse.
  • Automated failure handling and recovery.
  • Reliability and Resiliance at scale.
  • CFL(Castled Form Language) is a Java Annotation based UI framework, which can support the most complex UI forms from backend, thereby removing the prerequisite of having a UI developer to add a new connector.

Getting Started

git clone https://github.com/castledio/castled.git
cd castled
docker compose up

You can access castled app at http://localhost:3000. Happy castling!!

Documentation

You can access the documentation at: https://docs.castled.io/

Performance

The throughput/latency of a data pipeline depends mostly on the destination api limitations and/or rate limits. We do make the best effort to tune it to provide the most optimal throughput possible. But to give an indication of the throughput we support, publishing a bench mark we did to transfer upto 100 million records from BigQuery to Apache Kafka.

kafka benchmark

Contribute to us

We are a huge fan of the open source community and we value your contributions. We have spent an insane amount of time customizing our framework to reduce the amount of time required to built a new connector. Here is all you need to do to add your own custom connector.

  1. Implement java interfaces (ExternalAppConnector and DataSink) on the backend.

  2. Customize the mapping configuration and app configuration on the UI using our java annotation based framework. Refer the mapping configuration and app configuration of our CustomerIO connector for more info.

License

Refer our license file for queries regarding the licensing of our different modules.

About

Castled is an open source reverse ETL solution that helps you to periodically sync the data in your warehouses and databases to sales, marketing, support or custom apps without any help from engineering teams

https://castled.io

License:Other


Languages

Language:Java 84.7%Language:TypeScript 12.2%Language:SCSS 2.5%Language:Shell 0.4%Language:Dockerfile 0.1%Language:JavaScript 0.1%