Nodestream Plugin Pedantic 0.13.0

nodestream-plugin-pedantic 0.13.0

Last updated:

0 purchases

nodestream-plugin-pedantic 0.13.0 Image
nodestream-plugin-pedantic 0.13.0 Images

Free

Languages

Categories

Add to Cart

Description:

nodestreampluginpedantic 0.13.0

Nodestream pedantic Plugin
This plugin adds a pedantic mode to nodestream. It will check for the following:

All node types are defined using CamelCase.
All node types are singular (e.g. User not Users).
All relationship types are defined using UPPER_SNAKE_CASE
All property names are defined using lower_snake_case
All pipeline names are defined using lower-case-with-dashes

Installation
pip install nodestream-plugin-pedantic

Usage
nodestream audit pedantic

Will produce output like:
Pipeline load_org_chart is not lower dash case. Suggestion: load-org-chart
Node type People is not singular. Suggestion: Person
Property lastName is not snake case. Suggestion: last_name
Node type number is not camel case. Suggestion: Number
Relationship type is_friends_with is not upper camel case. Suggestion: IS_FRIENDS_WITH

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.