I'm developing a tourist web app with node.js and microservics.
I need to develop a pricing
service which will do all the calculation for the guest (price for night, taxes, VAT, discounts etc).
Moreover, I need those calculation will be easy to dynamically change and control.
From my past experience, doing those calcs in common web programming languages and/or storing math formulas in the db end with a mess.
Are there any alternative solutions for this? From what I read so far language like python
, R
or Java
can fit to the job. However, is there any specific library within those which aimed for pricing?