Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storing json on dynamoDB #13

Open
cadentic opened this issue Jul 16, 2020 · 2 comments
Open

storing json on dynamoDB #13

cadentic opened this issue Jul 16, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@cadentic
Copy link
Owner

storing json on dynamoDB

@cadentic cadentic added this to the dynamoDB milestone Jul 16, 2020
@cadentic cadentic added the enhancement New feature or request label Jul 17, 2020
@cadentic
Copy link
Owner Author

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

@cadentic
Copy link
Owner Author

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. 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants