cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

avi_fatal
Node
since ‎06-15-2019
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi, We are a startup company considering using the neo4j community as our product database. Our product is deployed per customer, so each customer has its own production environment. The customer's servers may be rented by him or by us. We are doing ...
I have a Account class: public class Account implements{ @Id @GeneratedValue private Long id; @Relationship("IN_TENANT") private Tenant tenant; //... getters and setters here } I am trying to fetch account where tenant.id ...
Hi, What am I missing in the JAVA api (spring)? where can I run a query? I don't see any method for that... see image bellow. compile 'org.springframework.data:spring-data-neo4j:5.1.9.RELEASE' compile("org.springframework.boot:spring-boot-starter-dat...
Hi, We would like to create our own ERP solution for using in several different use-cases: CRM, remote mobile app management, e-commerce, advanced content management and more. You might want to refer it as a "Line of business" AKA L.O.B type of apps....
Kudos given to