I am interested in using Neo4j Fabric. The comments I have seen say it is available only in Enterprise, not Community. But is it available in the Professional version?
If the comments only said "Enterprise only" that would be clear. But the comments always add "not in Community", so it is not clear about the Professional version.
Many thanks in advance.
there are 2 editions of Neo4j, i.e. community and enterprise edition.
Aura however has 3 tiers, namely Free, Professional and Enterprise
If you run via cypher
call dbms.components
you should see, even with Neo4j Aura Free results indicating enterprise
edition, for example
ββββββββββββββββ€ββββββββββββββ€βββββββββββββ
βname βversions βedition β
ββββββββββββββββͺββββββββββββββͺβββββββββββββ‘
β"Neo4j Kernel"β["5.17-aura"]β"enterprise"β
ββββββββββββββββ΄ββββββββββββββ΄βββββββββββββ
Thank you, Dana! This is useful, I appreciate your help.