Skip to content

Releases: markm39/dxsh

v0.1.0 - Initial release

03 Oct 18:46

Choose a tag to compare

dxsh v0.1.0 - Initial Release

First public release of dxsh - a self-hostable visual workflow
automation platform for data pipelines.

Features

  • Visual drag-and-drop workflow builder
  • Docker-based deployment (single command setup)
  • Multiple node types:
    • Data collection (web scraping, APIs)
    • ML/statistical analysis
    • GPT integration
    • Dashboard outputs
  • React + TypeScript frontend
  • Python/fastapi microservices backend

Getting Started

git clone https://github.com/markm39/dxsh
cd dxsh
./start-dev.sh

Visit http://localhost:3000 to start building workflows.

Documentation

See https://github.com/markm39/dxsh/README.md for full setup instructions and
https://github.com/markm39/dxsh/CONTRIBUTING.md to get involved.

Known Limitations

- Early stage - expect bugs and breaking changes
- Limited node types (more coming soon)
- Documentation still growing

Contributing

Looking for contributors! Check out our "good first issue" labels to get started.

What's Next

See our https://github.com/markm39/dxsh/issues for planned features
and improvements.