• Stars
    star
    187
  • Rank 205,779 (Top 5 %)
  • Language
    TypeScript
  • Created almost 4 years ago
  • Updated 17 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visual process builder

DataStory 💫

Visual Programming | Data Transformation | ETL | Process design

ds_readme_gif

Under construction.

Features

  • Design executable flowcharts in a simple web interface
  • Load, create or fetch data from any API
  • Flexible JSON transformations
  • Deploy and run headless on a schedule or on events
  • Create custom nodes for your business case or software
  • Embeddable within ReactJS apps

Development installation

# Install
git clone [email protected]:ajthinking/data-story.git
cd data-story
yarn

# Start the server
nodemon core/server/socket.ts

# Start the client (in a new tab)
yarn dev

React Component

Until organized into npm packages, everything lives in a NextJs app. Later, we will export a React component as well as a server lib.

Commands

# Run tests
yarn test

Thank you

Built with React Flow

License

To be decided