Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jbrummack/exotherm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exotherm logo

ORM for KV Stores

Supported backends

  • FoundationDB (for distributed deployment)
  • Fjall (planned; for mobile deployment)

Installation (FoundationDB)

  • Install FoundationDB (either run a container or use the MacOS installer)
# use a container without AVX for Apple Silicon (denoted by an even version number like 7.3.62)
docker run -p 4500:4500 --name fdb -it --rm -d foundationdb/foundationdb:7.3.62
docker exec fdb fdbcli --exec "configure new single memory"

Installation (Fjall)

  • Everything is already bundled, no hassle required ;)

About

ORM for KV Stores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages