You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What to do with the not associated list in the SPA in case of Cassandra stored models? Note, that Cassandra does not support the not operator required to populate this list.
Solution:
Display all records and warn using our Snackbar about this restriction, e.g. with "This data-model is stored using Cassandra. Technical restrictions will make associated records show up in the 'not associated' list". (Remember to I18n this message, please.)
What to do with search boxes for Cassandra stored data models?
Note, that Cassandra does not support the like or or operators. We thus cannot combine a query over several fields and cannot query for sub-string matches.
Solution:
Warn the user using the Snackbar that "This data-model is stored using Cassandra. Due to technical restrictions searches in the identifier field (see key icon) using the equality operator are supported." (Remember to I18n this message, please). Implement the search using the equality operator on the identifier field.
Support for the new storage type
Cassandra
needs to be added in the spa codegen. The following guidelines should be considered:includeCursor
option.Related issues
Related branches
graphql-server-model-codegen: issue34-cassandra
graphql-server: issue34-cassandra
The text was updated successfully, but these errors were encountered: