Replacement of RDBMS views in Neo4j

Since the concept of tables doesn't exist in Neo4j, we don't really have the concept of views. That said, it might be a possibility for the future.

If you want someone to see some subset of the graph, then you can use our role based access controls to grant permission to view/match/traverse/edit only the subset of labels and/or relationships and/or properties you want them to see.