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

Investigate how the data could be inserted in RDBMS #39

Open
milannister opened this issue Dec 2, 2016 · 0 comments
Open

Investigate how the data could be inserted in RDBMS #39

milannister opened this issue Dec 2, 2016 · 0 comments

Comments

@milannister
Copy link
Contributor

milannister commented Dec 2, 2016

Currently, data generator was only tested with document stores (e.g. MongoDB).

RDBMSs introduce additional constraints and challenges; for example referential integrity. It could be the case that inserting a User entity in RDBMS could lead to tens of other objects that must be created and saved before a User.

Investigate the impact of RDMBS constraints (ref. integrity, uniqueness etc.) to usability of data generator.

Find or create a database schema of medium complexity and use data generator to populate the database.

@vajda vajda added the data-gen label Apr 13, 2017
@vajda vajda removed the data-gen label May 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants