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

[ADR] Database technology (and hosting) #7

Closed
piotrczyz opened this issue Mar 30, 2022 · 3 comments
Closed

[ADR] Database technology (and hosting) #7

piotrczyz opened this issue Mar 30, 2022 · 3 comments
Assignees
Labels

Comments

@piotrczyz
Copy link
Member

piotrczyz commented Mar 30, 2022

Before you write, please be familiar with description of ADL

Context

  • architectural drivers, business cases

Reng: I support a document database since I don't think referential integrity is a big issue here (some of the things we modelled can be nested objects, which then takes care of this integrity). However, if there is a good case for SQL, that's fine too. With regard to hosting, preferably something main stream that can be purchased / managed via the big cloud providers. When modelling data make sure that only things that really are part of the object are nested there (e.g. a relationship probably shouldn't be nested since it is shared by two objects -- unless it was duplicated).

Decision

  • the choice and the arguments

Consequences

  • known issues which can occur because of chosen decision

Alternatives

  • were there any other alternatives? why were they not choose
@andreasgangso
Copy link
Member

Database choice is a per-application decision

@rvanoord rvanoord closed this as completed Apr 1, 2022
@rvanoord
Copy link
Member

rvanoord commented Apr 1, 2022

Duplicate

@github-actions
Copy link

github-actions bot commented Apr 1, 2022

The document will be available under following link

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

No branches or pull requests

3 participants