next-parrot

MIT License

Stars
0
Committers
1

AutoParrot

Preview screenshot 02.06.2019:

To Do

  • Allow to run tasks in queue
  • Allow to send data to STDIN
    • Allow to pipe STDOUT in queue
  • Allow custom statuses on STDOUT patterns
  • Allow action hooks on STDOUT patterns
  • Start with UI
  • Add forms based on JSON Schema
  • Add charts
  • Add custom actions in tables
  • Add plugins module
  • Allow saving schemas in DB (postgresql, mysql, mongo)
  • Allow saving schemas in external sources (firebase?)
  • Add user login mechanism
  • Run tasks and manage per user
  • Allow connections between server Parrot instances

How To

  • To install use yarn or npm i
  • To start in development mode yarn dev
  • To build yarn build
  • To start built version yarn start