Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

A service that allows you to integrate your flows with the AWS Rekognition API

License

Notifications You must be signed in to change notification settings

manywho/service-aws-rekognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boomi Flow AWS Rekognition Service

This service is currently in development, and not yet recommended for use in production environments

Build Status

This service allows you to integrate your flows with the AWS Rekognition API.

Building

To build the application, you will need to have Maven 3 and a Java 8 implementation installed (OpenJDK and Oracle Java SE are both supported).

Now you can build the runnable shaded JAR:

$ mvn clean package

Running

The application is a RestEASY JAX-RS application, that by default is run under the Jetty server on port 8080 (if you use the packaged JAR).

Defaults

Running the following command will start the service listening on 0.0.0.0:8080:

$ java -jar target/service-rekognition.jar

Heroku

The service is compatible with Heroku, and can be deployed by clicking the button below:

Deploy to Heroku

Contributing

Contributions are welcome to the project - whether they are feature requests, improvements or bug fixes! Refer to CONTRIBUTING.md for our contribution requirements.

License

This service is released under the MIT License.

About

A service that allows you to integrate your flows with the AWS Rekognition API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published