cptn-io / el-cptn

cptn.io is an open-source platform that helps develop and deploy integrations and data pipelines quickly and easily.

Home Page:https://cptn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

cptn.io - Open-source Integration and Data Platform

cptn.io (pronounced captain.io) is an open-source self-hostable platform that helps develop and deploy integrations and data pipelines quickly and easily.

GitHub

Getting Started

Building Pipelines

Building Pipelines

Building Pipelines with Scheduled Batch Processing

Scheduled Batch Processing

Local machine setup

  1. Install docker
  2. Run git clone -b stable https://github.com/cptn-io/el-cptn.git
  3. Update the property values in .env file. Ensure that secrets, crypto keys, passwords you use are complex, random and secure.
  4. Run docker compose up to start the platform.
  5. Required docker images will be downloaded and the server will start up in few mins.
  6. Access the service at http://localhost/

Setting up on DigitalOcean

  1. Login to your DigitalOcean account.
  2. Create a new droplet and login to the server.
  3. Install docker on the server.
  4. Run git clone -b stable https://github.com/cptn-io/el-cptn.git
  5. Update the property values in .env file.
  6. Run docker compose up -d to start the platform.
  7. The server should be accessible at http://<your droplet ip>

To setup a custom domain for accessing your service.

  1. Login to your DNS configuration and create a new A record for a domain e.g. cptn.example.com to map to your droplet's IP address.
  2. Update .env file in your droplet. Change APP_URL property value to your domain cptn.example.com
  3. Run docker compose restart
  4. If the service is accessible, SSL certificates would automatically be provisioned for the domain and the service will be accessible via the domain url at https://cptn.example.com

Login

Login to your Service using the following default credentials. Update the .env file to change the default setup password.

Username: foo@example.com
Password: bar

Create a new user in the platform to disable the default setup credentials.

Single Sign On (SSO)

The SSO functionality is also available under open-source MIT license.

Refer this doc for more details.

Documentation

Refer this page for product documentation and tutorials.

Architecture

Refer this page for more details about the product architecture.

Stack

  • Backend services are built with Spring boot
  • Processor is a NodeJS application
  • Web Application is a React application
  • Caddy for reverse proxy
  • Postgres
  • Redis

Ready to use Apps

The platform has a mechanism to automatically download ready-to-use apps contributed by the community. These apps allow users to readily use the most common transformations or destinations. If the OOTB apps do not work, users can always modify the scripts as per their requirements.

Apps is just content and users do not need to upgrade the platform to get the latest apps. The platform will automatically check to see if there are any new apps available and download them.

The git repo supporting this functionality is at https://github.com/cptn-io/apps. Refer this page for more details on how you can build and contribute apps to the community.

Releases

Updates to the platform for bug fixes are released at any time and will be available as docker images. But milestone releases which include new features are named after places in alphabetical order. Following are the upcoming releases:

  • Alameda ✅
  • Belmont ✅
  • Cupertino
  • Dublin

Copyright 2023 DevRaven Inc. All rights reserved.

About

cptn.io is an open-source platform that helps develop and deploy integrations and data pipelines quickly and easily.

https://cptn.io

License:MIT License


Languages

Language:JavaScript 53.2%Language:Java 46.0%Language:SCSS 0.5%Language:HTML 0.2%Language:Dockerfile 0.1%