Skip to content

docs(datasources): document how to add multiple data sources#363

Merged
Scra3 merged 3 commits into
docs/split-installfrom
docs/multiple-data-source
Jun 30, 2022
Merged

docs(datasources): document how to add multiple data sources#363
Scra3 merged 3 commits into
docs/split-installfrom
docs/multiple-data-source

Conversation

@Scra3
Copy link
Copy Markdown
Member

@Scra3 Scra3 commented Jun 30, 2022

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)
  • Ensure that Types have been updated according to your changes (if needed)

Security

  • Consider the security impact of the changes made

linked to: CU-2fdd916

@jeffladiray jeffladiray changed the base branch from main to beta June 30, 2022 09:45
@Scra3 Scra3 force-pushed the docs/multiple-data-source branch from 1f817e3 to d99231a Compare June 30, 2022 09:47
@jeffladiray jeffladiray changed the base branch from beta to docs/split-install June 30, 2022 09:48
@Scra3 Scra3 force-pushed the docs/multiple-data-source branch from d99231a to 248a734 Compare June 30, 2022 09:48
@forest-bot
Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Contributor

@jeffladiray jeffladiray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's pure opinion, but to me multiple datasource in a single project is worth a dedicated page, instead of being hidden in the datasource section, as it's a pretty powerful features, and it's far from being natural at first sight.

Maybe this content should be on the same level as Usage/Provided datasources, in the datasources section

Comment thread docs/SUMMARY.md Outdated
Comment thread docs/datasources/README.md Outdated
@Scra3 Scra3 changed the base branch from docs/split-install to beta June 30, 2022 10:25
@Scra3 Scra3 force-pushed the docs/multiple-data-source branch 4 times, most recently from e62c64a to a6da23c Compare June 30, 2022 10:37
@Scra3 Scra3 force-pushed the docs/multiple-data-source branch from a6da23c to 705e2ab Compare June 30, 2022 10:42
@Scra3 Scra3 changed the base branch from beta to docs/split-install June 30, 2022 11:22
@@ -0,0 +1,45 @@
You can plug as many data sources as you want, no matter its type.
For example, you can plug a [Mongoose data source](../provided/mongoose.md) with a [Sql data source](../provided/sql.md). We take care of the compatibility for you.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We take care of the compatibility for you

That not entirely true, as Naming conflict, relationships etc. are handled manually by the developer

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this sentence because the user may find it a bit weird to link sql and nosql data sources. I want to reassure the user that it works.

Comment thread docs/datasources/multiple-datasources/README.md
Comment thread docs/datasources/multiple-datasources/README.md Outdated
Comment thread docs/datasources/multiple-datasources/README.md Outdated
Comment thread docs/datasources/multiple-datasources/README.md Outdated
Comment thread docs/datasources/multiple-datasources/README.md Outdated
Comment thread docs/datasources/multiple-datasources/README.md Outdated
@Scra3 Scra3 changed the base branch from docs/split-install to beta June 30, 2022 12:55
@Scra3 Scra3 force-pushed the docs/multiple-data-source branch 2 times, most recently from eb1ee23 to bff9cc8 Compare June 30, 2022 13:01
@Scra3 Scra3 force-pushed the docs/multiple-data-source branch from bff9cc8 to 7806d8e Compare June 30, 2022 13:09
@Scra3 Scra3 changed the base branch from beta to docs/split-install June 30, 2022 14:06
@Scra3 Scra3 merged commit aa5c8bf into docs/split-install Jun 30, 2022
@Scra3 Scra3 deleted the docs/multiple-data-source branch June 30, 2022 14:56
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

Successfully merging this pull request may close these issues.

3 participants