Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 421 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 421 Bytes

Gene Search API (GSA)

Proof of Concept

// TODO

Tech Stack

// TODO

Requirements:

  • Java 11
  • Docker
  • Gradle
  • GraalVM 20

Local Development

How to run GSA locally

// TODO

Build Native

// TODO

Build (fast) JAR

// TODO

What's next

  • Performance Benchmark against GSA
  • ETag header implementation for Optimistic Locking

Architecture

// TODO

How to run API tests

// TODO