Code Monkey home page Code Monkey logo

firefly's Introduction

Firefly - Custom Cloud ETL

Introduction

Firefly is a little distributed app to load transactions from a custom configured cloud provider and load it to a local (or cloud) elastic instance. It is a demo app to demonstrate how this could be done.

Design Goals

  • Model the domain using the Algebraic Type System in scala
  • Make the domain model serve as design documentation
  • Make the design documentation compilable - so it doesnt get out-of-sync with the implementation
  • Make the domain model readable by domain experts

Architecture

components: components

Design

domain: domain

bounded contexts: bounded_contexts

modules: modules

Workflows:

fetch transactions: flows

run etl: flows2

Implementation Notes

  • layers are io, service and domain
  • io is infrastructure, REST api and serializers
  • service is wired in beans that invoke workflows
  • domain is types (domain model) and workflow implementations

REST API

EndPoint POST DELETE GET
/buckets get all the bucket contents for that connector
/connectors create a new connector

Run

  • On Linux (tested on Ubuntu 18.04.5 LTS)
cd backend
docker-compose up --build

Develop

git clone https://github.com/tgeary90/firefly.git

firefly's People

Contributors

tgeary90 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.