A nodestream plugin that provides a series of audits to ensure high quality and consistent nodestream projects.
Project description
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
notUsers
). - 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for nodestream_plugin_pedantic-0.11.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16cd6961bdcf76c85cf07051bc8b048057c4388b73b2a1cbdc0365e139415959 |
|
MD5 | a65431f376304b356416d0def8e52658 |
|
BLAKE2b-256 | 9ab41eb17b34d6ed0a45e09e16694a82b2deb5b84e4517cb3e48df3e34a61097 |
Close
Hashes for nodestream_plugin_pedantic-0.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3abb8017baa85648727263ff237c702c01ffdf7cbacf57f7d37de7a7bad20f19 |
|
MD5 | 18531f9f8b21efc346d8c61f53be6f9d |
|
BLAKE2b-256 | 1d595f00280ab16e95d91d1c08ee410c9fcc2e9509a81b1431c7242e2950f78e |