The repository contains scripts employed for the evaluation and experiment for the Streaming Query Hive.
- Node.js (>=16.0.0)
- npm
npm install
Build the project:
npm run build
Run in development mode with file watching:
npm run dev
Start the application:
npm start
Run all tests:
npm test
Run tests in watch mode:
npm run test:watch
Run tests with coverage:
npm run test:coverage
Check code style:
npm run lint
Fix linting issues automatically:
npm run lint:fix
Clean build artifacts:
npm run clean
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests for your changes
- Run the test suite:
npm test
- Run the linter:
npm run lint
- Submit a pull request
Script | Description |
---|---|
npm run build |
Compile TypeScript to JavaScript |
npm run build:watch |
Compile with file watching |
npm test |
Run Jest tests |
npm run test:watch |
Run tests in watch mode |
npm run test:coverage |
Run tests with coverage |
npm run lint |
Run ESLint |
npm run lint:fix |
Fix ESLint issues |
npm run clean |
Remove build artifacts |
npm run dev |
Development mode with watching |
npm start |
Start the application |
This code is copyrighted by Ghent University - imec and released under the MIT Licence
For any questions, please contact Kush or create an issue in the repository.