Skip to content

The following repository contains the files of the data seed job init container. The role of the init container is to write initial data into our Redis database.

License

Notifications You must be signed in to change notification settings

Cloudees/data-seed-job

Repository files navigation

data-seed-job

The following repository contains the files of the data seed job init container. The role of the init container is to write initial data into our Redis database.

In order to use our data seed job container, we should specify mainly 3 environment variables:

  • MICROSERVICE = playlist/videos.
  • REDIS_HOST = IP address or domain name of Redis database. In our case, we will use Azure Cache for Redis.
  • REDIS_PORT = In our case, we will use 6379 (NON TLS PORT for Redis).
  • PASSWORD = Redis database password.

About

The following repository contains the files of the data seed job init container. The role of the init container is to write initial data into our Redis database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published