Commit 827ff89
committed
feat(neo4j)!: prefix all graph labels and rel types with TS
A shared Neo4j may hold Applications projected from several languages.
Prefix every node label with `TS` (Application -> TSApplication) and every
relationship type with `TS_` (HAS_MODULE -> TS_HAS_MODULE) so downstream
analytics can disambiguate by namespace.
Catalog is the source of truth; project/cypher/bolt/schema and tests move
in lockstep, guarded by the conformance test. schema.neo4j.json and the
README are regenerated. SCHEMA_VERSION -> 2.0.0 (breaking rename).1 parent 509789d commit 827ff89
12 files changed
Lines changed: 185 additions & 185 deletions
File tree
- src
- build/neo4j
- options
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments