Skip to content
Justin Joyce edited this page Apr 20, 2021 · 5 revisions

Welcome to the mabel wiki!

How To Guides

How to write a flow

What Is In It?

mabel/
  ├── adapters/
  │     ├── disk/
  │     ├── google/
  │     ├── minio/
  │     ├── mongodb/
  │     ├── mqtt/
  │     └── null/
  ├── data/
  │     ├── formats/
  │     │     ├── dictset/
  │     │     ├── graph/
  │     │     └── json
  │     ├── readers/
  │     ├── validator/
  │     └── writers/
  │           ├── batch_writer
  │           ├── simple_writer
  │           └── stream_writer
  ├── errors/
  ├── flows/
  ├── index/
  ├── logging/
  ├── operators/
  │     ├── disk/
  │     ├── google/
  │     └── minio/
  └── utils/
Clone this wiki locally