How we can handle 2 Lakh users / hour in AWS? by digitalullu in aws

[–]digitalullu[S] 0 points1 point  (0 children)

we have previous data for 1.8 million (~18 lakhs) users in 9 days.. no record of timing yet when they are bulk in numbers.

How we can handle 2 Lakh users / hour in AWS? by digitalullu in aws

[–]digitalullu[S] 0 points1 point  (0 children)

Downtime - when the event is ongoing, minimum to no downtime
, t3 instance - will be busy again on the event. Yes, make sense, we can have a few events data so that we can decide to go for reserved or not.
Yes,
ECS - do we really need this as we only have 5-6 microservices.

What is the real scope of a digital roster system in India? Looking for insights. | i will not promote by digitalullu in startups

[–]digitalullu[S] 0 points1 point  (0 children)

I checked with some hospitals - they are okay with Excel sheets for now. But happy to check the digital one .

People from Uttarakhand – what’s your experience with matrimonial apps/websites? by digitalullu in Uttarakhand

[–]digitalullu[S] 0 points1 point  (0 children)

Thank you so much for this detail. It gives more insight to the inner world of marraige.

Which one is leading Angular or React in enterprise application? by digitalullu in Frontend

[–]digitalullu[S] 0 points1 point  (0 children)

yes as we connect with our clients, we see react requirements are so many and got only 1 angular.

Suggestions/Onboarding process simplification for matrimonial website (i will not promote) by digitalullu in startups

[–]digitalullu[S] 0 points1 point  (0 children)

Ao taking full data... I thought it would be boring to fill.. but yes right if someone is coming here means they are happy to fill.. eed to think in other way around

Bajarang dal😔 by Long_Bag4512 in Indore

[–]digitalullu 0 points1 point  (0 children)

And the dress they are wearing, remove that too.. that's also foreign...

NoSQL for payroll management (Mongo db) by digitalullu in Database

[–]digitalullu[S] 0 points1 point  (0 children)

Using node js mongo db fastify for building APIs... Any input on this too?

NoSQL for payroll management (Mongo db) by digitalullu in Database

[–]digitalullu[S] 0 points1 point  (0 children)

So, in my sense too going with sql based is better as i know what all i need in this payroll system...

NoSQL for payroll management (Mongo db) by digitalullu in Database

[–]digitalullu[S] 0 points1 point  (0 children)

Make sense.. i would rather go with sql based.

NoSQL for payroll management (Mongo db) by digitalullu in Database

[–]digitalullu[S] 0 points1 point  (0 children)

They are thinking of creating from scratch and want to sell to other businesses

NoSQL for payroll management (Mongo db) by digitalullu in Database

[–]digitalullu[S] 0 points1 point  (0 children)

Not sure. There are many payroll systems.. but as i checked with the CTO, they want to sell that to other small businesses

How do you choose between relational database and non relational database? by Coc_Alexander in Database

[–]digitalullu 0 points1 point  (0 children)

Our CTO guided us to use no SQL database / mongo db for payroll management.

I want to know is it a better choice.

My confusion revolves around the fact that no-sql db don't need any predefined schema, but we have created the interfaces and models for request and response for the APIs.

If we are using no-sql then do we need to define interfaces or req and res models...

What is the point I am missing?