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.

How to take input from users in Neo4j?

Does Neo4j have any queries where it takes user inputs? I'm trying to build it for simple searching. I'm new to it and can't seem to find any help. Any links provided is much appreciated. Thanks.

2 REPLIES 2

You can write queries that take inputs that can be used as parameters in your queries. 

https://neo4j.com/docs/cypher-manual/current/syntax/parameters/

if you want to execute queries based on user input, you probably want to have and application that gets the input and displays the results.  You would need your application to interact with your neo4j database using one of the language drivers. 

https://neo4j.com/developer/language-guides/

Hi HasAngi,

if you want something not too fancy that you can get started with really quickly, I can recommend Neodash (NeoDash - Neo4j Dashboard Builder (graphapp.io)). This gives you a nice configurable UI for looking at your data from different angles. You as a developer can predefine specific views or searches (using the "Parameter Select" option). Then, you share the dashboard with other users giving them the possibility to search for any nodes and look at them.

Have a look here (NeoDash 2.0 - A Brand New Way to Visualize Neo4j - nielsdejong.nl) for an introduction on how to use it.

Regards,
Elena