Skip to content

andricDu/rust-schema-registry-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-schema-registry-server

Avro schema registry. Compatible with Spring Cloud Schema Registry API.

Development

Rust

To install:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

To update:

rustup update

Build Project

cargo build

Diesel CLI for making migrations

cargo install diesel_cli --no-default-features --features postgres

If you encounter an error it could be related to not having the postgres development headers. On ubuntu you can install them with the following:

sudo apt install postgresql-server-dev-all

For Fedora/Redhat, install postgresql-devel with yum or dnf:

sudo dnf install postgresql-devel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published