https://github.com/somehowchris/noria-mysql-adapter-image
Scripts and additional files to build and publish a container image of norias mysql adapter
https://github.com/somehowchris/noria-mysql-adapter-image
Last synced: 3 months ago
JSON representation
Scripts and additional files to build and publish a container image of norias mysql adapter
- Host: GitHub
- URL: https://github.com/somehowchris/noria-mysql-adapter-image
- Owner: somehowchris
- Created: 2021-11-03T17:48:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T13:46:42.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:11:54.183Z (4 months ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noria Mysql Adapter Image
[](https://gitpod.io/#https://github.com/somehowchris/noria-mysql-adapter-image)
The high performance database noria has a [mysql adapter](https://github.com/mit-pdos/noria-mysql), this repository adds scripts and files to build it as a docker/container image.
## Using the image
The image is published to docker hub under `chweicki/noria-mysql-adapter`.
Tags used to identify an image are the same as the images in this repository.
Both `linux/arm64/v8` and `linux/amd64` are published.
## Running the container
These changes are published as part of the docker image `chweicki/noria-mysql-adapter:$VERSION` which is published to docker hub
```
--deployment --zookeeper-address
docker run -p 3306 chweicki/noria-mysql-adapter:$VERSION --address
```
> Will expose noria mysql adapter on your local port 3306## Cloning the repository
In case of the need to clone this repository remember to initialize the submodule.
```sh
git submodule update --init --recursive
```