Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataEngineering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Kuoni
DataEngineering
Commits
b4ae52d3
Commit
b4ae52d3
authored
7 years ago
by
Marcel Huber
Browse files
Options
Downloads
Patches
Plain Diff
solutions added/corrected
parent
d2668915
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PostGraphile/README.md
+14
-9
14 additions, 9 deletions
PostGraphile/README.md
with
14 additions
and
9 deletions
PostGraphile/README.md
+
14
−
9
View file @
b4ae52d3
...
...
@@ -79,7 +79,7 @@
salaer: {
greaterThan: "5000"
}
}
, orderBy: SALAER_ASC
) {
}) {
nodes {
name
salaer
...
...
@@ -111,7 +111,7 @@
wohnort: {
equalTo: "Luzern"
}
}
, orderBy: SALAER_ASC
) {
}) {
nodes {
name
salaer
...
...
@@ -121,7 +121,7 @@
```
SOLUTION -->
4.
Name und Salär der Angestellten aus Luzern mit Salär zwischen 5000
und 8000 nach Salär geordnet.
und 8000 nach Salär
aufsteigend
geordnet.
<!-- SOLUTION
***Lösungsvorschlag***
...
...
@@ -223,36 +223,41 @@
- Vorteile:
<!-- SOLUTION
..
- Normiert und standardisiert
- Weit verbreitete und bekannte Abfragesprache
SOLUTION -->
- Nachteile:
<!-- SOLUTION
..
- Direkte Abfragen über HTTP(s) nicht gegeben
- Für schnelle Prototypen nicht geeignet
SOLUTION -->
***RESTful:***
- Vorteile:
<!-- SOLUTION
..
- Weit verbreitet
- APIs strukturell gleich und daher einfach zu benutzen
SOLUTION -->
- Nachteile:
<!-- SOLUTION
..
- Viele Roundtrips notwendig um Daten abzufragen
- Resultatobjekte enthalten immer alle Felder
SOLUTION -->
***GraphQL:***
- Vorteile:
<!-- SOLUTION
..
- Einfach an Abfragebedürfnis anpassbar
SOLUTION -->
- Nachteile:
<!-- SOLUTION
..
- Abfragesprache nicht normiert, Grundelemente meist gleich
- Erweiterungen wie bspw. Filters Backend spezifisch
SOLUTION -->
2.
Nennen Sie je ein Beispiel für einen typischen Anwendungsfall von
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment