Giter Club home page Giter Club logo

amanullahmd12 / cypherql Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.38 MB

CypherQL is a transformative web application designed to streamline the process of converting SPARQL queries into Cypher queries. Developed to bridge the gap between RDF (Resource Description Framework) data stored in triple stores and graph databases, CypherQL offers a seamless solution for users navigating between these two query languages.

Home Page: https://cypherql.vercel.app

Java 72.01% JavaScript 19.85% HTML 1.34% CSS 6.80%

cypherql's Introduction

CypherQL

CypherQL is a transformative web application designed to streamline the process of converting SPARQL queries into Cypher queries. This project leverages Java Spring Boot for building the API and React.js for the user interface. The application also includes a dedicated folder for storing all query-related files.

Table of Contents

Introduction

CypherQL is designed to simplify the conversion of SPARQL queries, commonly used in RDF data stores, into Cypher queries, which are used in graph databases like Neo4j. This application provides an intuitive web interface for users to input their SPARQL queries and receive the corresponding Cypher queries, enhancing interoperability between different types of databases.

Features

  • SPARQL to Cypher Conversion: Easily convert SPARQL queries to Cypher queries.
  • User-friendly Interface: Built with React.js for a responsive and intuitive user experience.
  • API-driven: Backend developed with Java Spring Boot for robust performance and scalability.
  • Query Management: Dedicated folder for managing and organizing query files.

Technologies Used

  • Backend: Java Spring Boot
  • Frontend: React.js
  • Other Tools: Maven, npm, etc.

Installation

Prerequisites

  • Java 11 or higher
  • Node.js and npm
  • Maven

Backend Setup

  1. Clone the repository:
    git clone https://github.com/amanullahmd12/cypherql.git
    cd api
  2. Build the project using Maven:
    mvn clean install
  3. Run the Spring Boot application:
    mvn spring-boot:run

Frontend Setup

  1. Navigate to the frontend directory:
    cd ../frontend
  2. Install dependencies:
    npm install
  3. Start the React development server:
    npm run dev

Usage

  1. Open your web browser and navigate to http://localhost:5173.
  2. Enter your SPARQL query into the provided input field.
  3. Click the "Convert" button to get the corresponding Cypher query.

Contributing

Contributions are welcome! Please fork this repository and submit pull requests for any features, improvements, or bug fixes.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

cypherql's People

Contributors

amanullahmd12 avatar amanullahmezash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.