neo4j-qlr is a user-friendly application that simplifies your interactions with the Neo4j database. With an intuitive interface, you can easily run queries and manage your data without any programming knowledge. This application saves you time and makes database management straightforward.
To run neo4j-qlr, you need the following:
- Operating System: Windows 10 or higher / macOS 10.12 Sierra or higher / Linux (any distribution)
- RAM: Minimum of 4 GB
- Disk Space: At least 100 MB available
- Neo4j Database: You should have Neo4j version 3.5 or higher installed.
To get started, visit the Releases page to download the application. Click the button below:
On the Releases page, you will see several versions of neo4j-qlr. Choose the latest stable release for the best experience. Download the file that matches your operating system.
After downloading, follow these steps based on your operating system:
-
Windows:
- Locate the downloaded file (it should be a
.exefile). - Double-click on the file to start the installation.
- Follow the on-screen instructions.
- Locate the downloaded file (it should be a
-
macOS:
- Find the downloaded
.dmgfile. - Double-click it to open.
- Drag the neo4j-qlr icon into your Applications folder.
- Find the downloaded
-
Linux:
- Open your terminal.
- Navigate to the downloaded directory.
- Run the installation script with the command:
chmod +x neo4j-qlr && ./neo4j-qlr.
- After installation, find the neo4j-qlr icon in your applications.
- Double-click the icon to launch the application.
- Upon launching, you will see a connection setup screen.
- Enter the connection details for your Neo4j database:
- Host: Typically
localhost. - Port: Default is
7687. - Username: Enter your Neo4j username.
- Password: Enter your Neo4j password.
- Host: Typically
- Click the βConnectβ button to establish a connection.
After connecting, you will see a text area where you can run your queries. Type in your Cypher query and click the βRunβ button to see results instantly.
Make sure to download the application from the following link:
- User-Friendly Interface: No technical skills required. Simply point and click.
- Real-Time Results: Execute queries and see results instantly.
- Support for Multiple Databases: Easily switch between different Neo4j databases.
- Query Templates: Use built-in templates to get started quickly.
If you encounter any issues:
- Ensure that Neo4j is running properly on your machine.
- Check your network settings if you are connecting to a remote database.
- Visit the Issues page for common problems and solutions.
We welcome contributions. If you have suggestions, comments, or bug reports, please open an issue. For those who want to contribute code, please fork the repo and create a pull request.
Join our community for help and discussions. Connect with other users on GitHub Discussions.
This project is licensed under the MIT License. See the LICENSE file for details.
Your journey with neo4j-qlr begins now. Happy querying!