cadentic / small-business-cms

please create separate branches and then commit / or merge to master if you need after unit testing. always create your own branch with your own github id. who will complete and submit clean code ,
3 stars 0 forks source link

storing json on dynamoDB #13

Open cadentic opened 4 years ago

cadentic commented 4 years ago

storing json on dynamoDB

cadentic commented 4 years ago

@sndpchatterjee07 and @spoutop any chance of fixing it properly. so that we can store the most necessary thing.

cadentic commented 4 years ago

hi we will store those data on dynamodb. Dynamodb is a no-sql database which is a unique way of pricing for production environments. they charge based on read write operations and based on the sizes of  the database and it has different setup option also eg. GSI or LSI etc. so we will do all the operations on JSON / Flat File etc for sessions and we will store some information on cloud databases . eg. user email , user role , permissions  password and transactional information like invoices .  and massaging will be encrypted only using javascript encryption functions; it will not be stored on the database at all.  while sessions will be allocated then those jsons will be populated in the applications while sessions will be destroyed then only it will be flushed in and it will be populated back in applications during session allocation.