Skip to content

PutmanAugustine/PubSubsQueueNextjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the project, start a Redis docker instance using this command:

docker run -d --name redis \
  -p 6379:6379 \
  redis:7-alpine

Then start the four sub-folders frontend, primary-backend, worker and ws, following the README file in each one to start it up.

My recommendation is to add to the database in worker, as a component of the processing function. It allows for the maximum amount of progress before failing out, if something goes wrong.

As for how to deploy, I don't really know. My inclination is to say as a monorepo, but that is only how I would do it, not strictly the most effective way.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.4%
  • CSS 2.8%
  • JavaScript 2.8%
  • Python 2.0%