https://github.com/impetus/blkchn-sql-driver
This project parses the SQL query and converts it into logical plan and/or optimized physical plan, which can be used by different Blockchain driver implementations.
https://github.com/impetus/blkchn-sql-driver
Last synced: 9 months ago
JSON representation
This project parses the SQL query and converts it into logical plan and/or optimized physical plan, which can be used by different Blockchain driver implementations.
- Host: GitHub
- URL: https://github.com/impetus/blkchn-sql-driver
- Owner: Impetus
- License: apache-2.0
- Created: 2018-06-18T08:37:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T19:39:09.000Z (about 7 years ago)
- Last Synced: 2025-03-24T09:38:25.378Z (10 months ago)
- Language: Java
- Size: 1.11 MB
- Stars: 9
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Overview
=========
[](https://gitter.im/Impetus/blkchn-sql-driver?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
**[Join Google Group ](https://groups.google.com/forum/#!forum/blockchain-sql-parser)**
blkchn-sql-driver project parses the SQL query using [Antlr4](http://www.antlr.org/) and converts it into logical plan
and/or optimized physical plan, which can be used by different blockchain driver implementations.
It uses Antlr4's visitor pattern to create a logical plan and optionally an optimized physical plan.
Blockchain drivers use these logical plan and physical plan along with corresponding blockchain clients
to get the data in and out of the network.
# Tested with
| Dependency | Version |
|---|---|
| maven | 3.3.3 |
|java | 1.8 |
Building blkchn-sql-driver
==========================
blkchn-sql-driver is built using [Apache Maven](http://maven.apache.org/). To build blkchn-sql-driver run:
mvn clean install
To rebuild antlr generated java source files:
mvn clean install -Pgen-sources
Available Drivers
=================
* [Hyperledger Fabric JDBC Driver](https://github.com/Impetus/fabric-jdbc-connector)
* [Ethereum JDBC Driver](https://github.com/Impetus/eth-jdbc-connector)
Important Links
===============
* [Blkchn SQL Driver wikis](https://github.com/Impetus/blkchn-sql-driver/wiki)
Contribution
============
* [Contribution Guidelines](https://github.com/Impetus/blkchn-sql-driver/blob/master/CONTRIBUTING.md)
About Us
========
blkchn-sql-driver is backed by Impetus Labs - iLabs. iLabs is a R&D consulting division of [Impetus Technologies](http://www.impetus.com). iLabs focuses on innovations with next generation technologies and creates practice areas and new products around them. iLabs is actively involved working on blockchain technologies, neural networking, distributed/parallel computing and advanced analytics using spark and big data ecosystem. iLabs is also working on various other Open Source initiatives.