Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 772 Bytes

File metadata and controls

30 lines (21 loc) · 772 Bytes

Using MongoDB's Queryable Encryption on GraalVM

This is a demo of based on the ClientSideEncryptionAutoEncryptionSettingsTour. using GraalVM to run the code.

Requirements

  • osx
  • Graalvm 21
  • MongoDB running on mongodb://localhost:27107
  • mongocryptd on the path

Running

# To compile
./gradlew nativeCompile

# To compile and run
./gradlew nativeRun

# To run just the executable 
./app/build/native/nativeCompile/app

Special thanks to: