Skip to content

VoltDB/voltdb-task-examples

Repository files navigation

voltdb-task-examples

This repository contains several example custom tasks. Each task is in its own sub directory under the main tasks directory.  These examples can be used as-is or modified to fit your needs.

Using an example

  1. Clone this repository
  2. Modify the example task if desired
  3. Build the task
  4. Update the classes on a running VoltDB instance. Documentation
  5. Create the task in VoltDB. Documentation

Building

gradle is used as the build tool. The gradle wrapper can be used by executing gradlew or gradlew.bat in the root of the project. There is a top level jar task which generates a fat jar which includes all of the tasks.

Build and test all tasks

./gradlew build

Build all jars

Including jars for each task as well as the fat jar containing all tasks.

./gradlew jar

Build and test a single task

./gradlew :taskName:build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages