Yes you can.
Will there be any need to keep the Splash subscription in perpetuaty ?
No. In case you want to terminate Slash, you can export your schema and save it locally.
Is Splash the official visial IDE Dgraph modelling tool ?
In Neo4j, there is Neo4j Bloom. The visualization tool and editor. Is Splash and Ratel the closest tools similar to Neo4j Bloom?
We don’t have an “official” tool for modeling as such. All modeling can be done on simple text files and uploaded into Dgraph.
Can I build a full stack web application using Splash ?
Slash is our hosted Dgraph service that natively serves GraphQL service. We also have lambdas on slash where you can plug in some transformation and business logic. We do not host web ui. You can use Slash as your backend, and any other cloud to host your UI.
Is there a debug visualisor in Splash ?
No.
Can I link Splash to SonarQube for continuous code inspection via a Jenskins X CI/CD pipeline ?
You can manage several aspects of slash via a CLI: GitHub - dgraph-io/slash-graphql-cli: Command Line Tools for Slash GraphQL.
The main build artifacts are GraphQL schema (which is a text file) and Javascript (for lambdas). These artifacts can be inspected by SonarQube-like tools
Can we create the Dgraph db model using GraphQL Editor
I haven’t tried this editor. It does look like they have a GraphQL schema editor. However, it might not natively understand Dgraph’s GraphQL directives.