ajthinking/data-story

A diagram workflow builder.

Maintainers

👁 ajthinking

Package info

github.com/ajthinking/data-story

Language:TypeScript

Type:package

pkg:composer/ajthinking/data-story

Statistics

Installs: 640

Dependents: 0

Suggesters: 0

Stars: 168

Open Issues: 0

dev-laravel-legacy 2021-03-14 08:51 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 42ae0527e156eec7a00dea4791f965c09a04bc2e

  • Anders Jürisoo <jurisoo.woop@hotmail.com>

phpworkflowlaraveletlProcess builder

This package is auto-updated.

Last update: 2024-02-28 06:10:12 UTC


README

Visual Programming | Data Transformation | ETL | Process design

👁 ds_readme_gif

Docs | Playground

Installation

yarn add @data-story/ui

Example Usage

import '@data-story/ui/data-story.css';
import { DataStory } from '@data-story/ui'

export default function Home() {
 return (
 <main className="h-screen">
 <DataStory />
 </main>
 )
}

Testing

When you're writing tests in your local environment

# run component tests and then chose component test
yarn cy:open

# run e2e tests and then chose e2e test
yarn dev
yarn cy:open

# test on ci, only run @data-story/ui, @data-story/core and e2e tests
yarn ci:test

License

MIT