Skip to content

server for the archive - with multiple access APIs REST, TAP etc.

Notifications You must be signed in to change notification settings

uksrc/archive-service

Repository files navigation

archive-service

This is an experimental service that provides a REST API to the ArchiveDM.

The service requires Java 17 or later.

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./gradlew quarkusDev

NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.

Packaging and running the application

The application can be packaged using:

./gradlew build

It produces the quarkus-run.jar file in the build/quarkus-app/ directory. Be aware that it’s not an über-jar as the dependencies are copied into the build/quarkus-app/lib/ directory.

The application is now runnable using java -jar build/quarkus-app/quarkus-run.jar.

Quarkus

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

About

server for the archive - with multiple access APIs REST, TAP etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages