Skip to content

Starter repo to highlight the exporting of events to LOGIQ stack

Notifications You must be signed in to change notification settings

logiqai/logiqio-apache-beam-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This project is managed by Gradle, a build automation tool for Java. In order to run this project, you need to have Gradle installed on your machine.

Installing Gradle

If you don't have Gradle installed on your machine, you can follow the official Gradle installation guide here.

Running the Project

Once you have Gradle installed, you can run the project by executing the following command in your terminal:

gradle run

This command will compile the project and start the application.

Building the Project

If you want to build the project without running it, you can execute the following command:

gradle build

This command will compile the project and create an executable JAR file in the build/libs directory. You can run the JAR file using the java -jar command.

Cleaning the Build

If you want to clean the build directory and start fresh, you can execute the following command:

gradle clean

This command will delete all files generated by the previous builds.

Conclusion

By following these instructions, you should be able to run, build, and clean the project using Gradle. If you encounter any issues or have any questions, feel free to contact the project team.

About

Starter repo to highlight the exporting of events to LOGIQ stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages