Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mayakarabula/next-parrot


https://github.com/mayakarabula/next-parrot

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

![license](https://img.shields.io/github/license/jakubkarabula/next-parrot.svg)
![last commit](https://img.shields.io/github/last-commit/jakubkarabula/next-parrot.svg)
# AutoParrot

Preview screenshot 02.06.2019:
![](https://raw.githubusercontent.com/jakubkarabula/next-parrot/master/screenshots/Screenshot%202019-06-02%20at%2020.08.11.png)

## To Do
- [x] Allow to run tasks in queue
- [ ] Allow to send data to STDIN
- [ ] Allow to pipe STDOUT in queue
- [x] Allow custom statuses on STDOUT patterns
- [x] Allow action hooks on STDOUT patterns
- [x] 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`