nitric icon indicating copy to clipboard operation
nitric copied to clipboard

Docker image building and Performance Comparism

Open SOG-web opened this issue 11 months ago • 2 comments

Enhance documentation

Page

I cannot find any docs on building nitric as a docker container, this will allow run it anywhere of our choice

Issue

Also is there any performance gain for using nitric over traditional flow. Or do you have any benchmark test

SOG-web avatar Jan 20 '25 12:01 SOG-web

Thanks for raising this @SOG-web. Just to clarify your questions.

For building nitric as a docker container do you mean the nitric CLI? For hosting as a part of CI/CD or did you mean some other part of nitric?

For the benchmarking, we have done some light benchmarking in the past but haven't done any recently. The primary goal of nitric however is to increase performance in terms of developer productvity over a traditional flow, allowing smaller teams of developers to achieve more by dealing with less boiler plate and IaC. This is something we can look into though but would probaby be lower on our list of priorities.

tjholm avatar Jan 20 '25 22:01 tjholm

Thanks for raising this @SOG-web. Just to clarify your questions.

For building nitric as a docker container do you mean the nitric CLI? For hosting as a part of CI/CD or did you mean some other part of nitric?

For the benchmarking, we have done some light benchmarking in the past but haven't done any recently. The primary goal of nitric however is to increase performance in terms of developer productvity over a traditional flow, allowing smaller teams of developers to achieve more by dealing with less boiler plate and IaC. This is something we can look into though but would probaby be lower on our list of priorities.

Thanks for the response, for the docker case, i mean the. nitric cli

I dont use terraform or any of those stuffs, I build docker container and setup auto deployment with things like portainer and coolify

SOG-web avatar Jan 21 '25 19:01 SOG-web