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

[Backend] Add SQL-based KVIN implementation #9

Open
kenwenzel opened this issue Dec 8, 2023 · 0 comments
Open

[Backend] Add SQL-based KVIN implementation #9

kenwenzel opened this issue Dec 8, 2023 · 0 comments
Assignees

Comments

@kenwenzel
Copy link
Member

Most companies use SQL databases to store their data. To simplify the implementation of LinkedFactory-based data architectures a SQL-based implementation is required.

What are our options?

  • use a custom data model to store data in SQL databases
    • easier to implement
    • may not work well with existing data -> check if it is possible to provide data via views
  • create a mapping layer to project existing data into the KVIN data model
    • harder to implement
    • requires some kind of SQL templates for mapping the data
@kenwenzel kenwenzel changed the title Add SQL-based KVIN implementation [Backend] Add SQL-based KVIN implementation Mar 22, 2024
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

3 participants