Home
Softono

Data Story

Open source TypeScript
219
Stars
18
Forks
0
Issues
9
Watchers
11 months
Last Commit

 About Data Story

A visual process builder

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Data Story?

We provide expert installation service for this software. Our team will install, configure, and secure Data Story on your server. plans start at just $30.

Data Story

View on GitHub

DataStory :dizzy:

tests status npm version npm version npm version vs code extension MIT

🛠️ Real-time, observable, Flow-based programming for React, Node.js and VS Code. Docs | Playground

ds-tech-gif

VS Code extension

A preliminary implementation is available under name ds-ext.

trimmed-ezgif com-video-to-gif-converter

Usage with React

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

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

Installation

yarn add @data-story/ui

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

Development Notes

Turbo tasks naming convention

name description
build:xxx Start a one-shot task to build artifacts
watch:xxx Start a long running process that produce build artifacts
dev:xxx Start a long running process that launch a dev server to accept incoming requests, e.g. webpack dev server, nodejs ds-server