Rewrite of Geoffrey in Rust
Go to file
Joey Hines b92308da67
First pass of an API
+ Implemented register, find, and add_location
+ Bunch of changes to the DB and the Models to make this work
+ API models are defined in GeoffreyModels so things that call the API don't need to define their own types
+ Still needs a lot of work, and need to design the api a bit more
+ Clippy + fmt
2021-10-03 14:03:32 -06:00
figures Initial database implementation 2021-03-10 18:31:50 -06:00
geoffrey_api First pass of an API 2021-10-03 14:03:32 -06:00
geoffrey_db First pass of an API 2021-10-03 14:03:32 -06:00
geoffrey_models First pass of an API 2021-10-03 14:03:32 -06:00
.gitignore First pass of an API 2021-10-03 14:03:32 -06:00
ARCHITECTURE.md Initial database implementation 2021-03-10 18:31:50 -06:00
Cargo.lock Database fixes 2021-05-31 18:53:27 -06:00
Cargo.toml Refactor ahead of API addition 2021-05-08 15:42:47 -05:00
LICENSE Initial commit 2021-03-06 13:19:13 -06:00
README.md Initial commit 2021-03-06 13:19:13 -06:00

README.md

Geoffrey: A Location Database for Minecraft Servers

Geoffrey was created to be an information source for base and shop locations on Minecraft severs. Geoffrey can track bases, shops, items for sale, tunnels, towns, public farms and more!

This is the third complete rewrite version of Geoffrey. V3 focuses on improving the API, adding new features, and moving to Rust.

This version is still very early in development and things are very likely to change.

Project Layout

  • geoffrey_models: Models used throughout Geoffrey, split into their own library for reuse.

License

License