https://github.com/ymmy833y/auto-batch-observer
Watches the logs in real-time and executes batch processes based on the changes detected
https://github.com/ymmy833y/auto-batch-observer
batch-app logfile watcher
Last synced: 8 months ago
JSON representation
Watches the logs in real-time and executes batch processes based on the changes detected
- Host: GitHub
- URL: https://github.com/ymmy833y/auto-batch-observer
- Owner: Ymmy833y
- License: mit
- Created: 2024-08-30T14:07:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-09T09:39:56.000Z (over 1 year ago)
- Last Synced: 2024-10-18T12:57:44.477Z (over 1 year ago)
- Topics: batch-app, logfile, watcher
- Language: TypeScript
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Batch Observer
The log file is observed in real-time, and if a specific string is found in the differences, the designated batch process will be triggered.

## Getting Start
1. ```sh
npm install
```
2. ```sh
mkdir data
echo '{"observations": []}' > .\data\observation.json
```
3. ```sh
npm start
```
4. Access http://127.0.0.1:3000/
5. Set log files and triggers to watch

## Setting Up Your Local Development Environment
1. ```sh
npm install
```
2. ```sh
mkdir data
echo '{"observations": []}' > .\data\observation.json
```
3. ```sh
npm run start:dev
```