Skip to content

rozza/mongodb-queryable-encryption-graalvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Quick example using graalvm and mongodb's queryable encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages