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.

Forum Posts

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1282 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 489 Views
  • 0 replies
  • 0 kudos

Visualizing (patient) data ordered by event date

Hi I wish to be able to visualize a graph database of patient events and care so that I can readily, for a single patient, see all of the events for that patient visualized in the order in which they occur. I am using synthea data and am importing i...

ptroy by Node Link
  • 258 Views
  • 0 replies
  • 0 kudos

New Feature: Neo4j Sandbox Backups

We’ve finally added the feature to produce your backups from your running sandboxes and continue the fun locally or in Aura.To try it out, just request a backup from the “backups” panel.Request Sandbox backup (https://sandbox.neo4j.com)When you reque...

abk by Neo4j
  • 218 Views
  • 0 replies
  • 0 kudos

Diversify Your Stock Portfolio with Graph Analytics

Learn how you can use correlation between stock prices to infer a similarity network between stocks — and then use that network information to help you diversify your portfolioA couple of weeks ago, I stumbled upon the stock market volume analysis in...

abk by Neo4j
  • 302 Views
  • 0 replies
  • 1 kudos

Calling APOC Procedures and Functions from .NET

Hello all. I'm trying to use APOC procedures/functions from my C# code. I'm using Neo4j in a Docker container. I'm still a novice to C# and Docker. My code has already using the Neo4j Driver namespace via "using Neo4j.driver". Do I need to add a...

Introducing Graphlytic LITE

Graphlytic LITE Server is a completely free edition of Graphlytic Server with all visualization and configuration capabilities. Ideal for personal projects, pre-production installations, or for early evaluation purposes. Read more here: https://graph...

Connecting to Neo4j from Microsoft Power BI using ODBC

Final ResultNeo4j’s BI Connector enables users to send and receive SQL-centric query data using Java Database Connectivity (JDBC), and JDBC compliant applications.This article shows how to use OpenLink Software’s ODBC-JDBC Bridge to extend the BI Con...

abk by Neo4j
  • 337 Views
  • 0 replies
  • 0 kudos

Let’s Write a Stored Procedure in Neo4j — Part I

Let’s Write a Stored Procedure in Neo4j — Part IThe journey continuesI am frequently asked by Neo4j customers how to improve query performance on large graphs.Achieving good performance depends on:an effective model for the data andefficiently design...

abk by Neo4j
  • 556 Views
  • 1 replies
  • 3 kudos

Develop a Custom search plugin

Hi, I'm wanting to create a custom plugin. The purpose is to make a rest call to an external service to apply access control polices to search requests. Is there any sample code or an article that would assist? Appreciated

Approximate Maximum K-Cut with Neo4j Graph Data Science

Cluster related products and separate conflicting entities with the newest algorithm in the Graph Data Science Library: Approximate Maximum K-cutPhoto by Matt Artz on UnsplashThe 1.7 release of Neo4j’s Graph Data Science Library contains some amazing...

abk by Neo4j
  • 268 Views
  • 0 replies
  • 0 kudos

Node.js neo4J connection

I am building social media api which will probably run 24/7. I previously used mongoDB. I am switching to neo4J. In npm documentation it says to close connection and session after done. Do I need to close the connection. If I open/close the connectio...