BlockChain-SQL-Generated

Project containing generated files of antlr4 grammer for SQL. Intended for consumption in developing blockchain drivers

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка ANTLR Compiler-compiler
Группа

Группа

com.impetus.blkchn
Идентификатор

Идентификатор

blkchn-antlr4-gen
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

BlockChain-SQL-Generated
Project containing generated files of antlr4 grammer for SQL. Intended for consumption in developing blockchain drivers
Система контроля версий

Система контроля версий

http://github.com/Impetus/blkchn-sql-driver/tree/master/blkchn-antlr4-gen

Скачать blkchn-antlr4-gen

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.impetus.blkchn/blkchn-antlr4-gen/ -->
<dependency>
    <groupId>com.impetus.blkchn</groupId>
    <artifactId>blkchn-antlr4-gen</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.impetus.blkchn/blkchn-antlr4-gen/
implementation 'com.impetus.blkchn:blkchn-antlr4-gen:1.1.0'
// https://jarcasting.com/artifacts/com.impetus.blkchn/blkchn-antlr4-gen/
implementation ("com.impetus.blkchn:blkchn-antlr4-gen:1.1.0")
'com.impetus.blkchn:blkchn-antlr4-gen:jar:1.1.0'
<dependency org="com.impetus.blkchn" name="blkchn-antlr4-gen" rev="1.1.0">
  <artifact name="blkchn-antlr4-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.impetus.blkchn', module='blkchn-antlr4-gen', version='1.1.0')
)
libraryDependencies += "com.impetus.blkchn" % "blkchn-antlr4-gen" % "1.1.0"
[com.impetus.blkchn/blkchn-antlr4-gen "1.1.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.antlr : antlr4 jar 4.5
junit : junit jar 4.12
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3

test (3)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-all jar 1.10.19
org.powermock : powermock-api-mockito jar 1.7.3
org.powermock : powermock-module-junit4 jar 1.7.3

Модули Проекта

Данный проект не имеет модулей.

Overview

Join the chat at https://gitter.im/Impetus/blkchn-sql-driver Join Google Group

blkchn-sql-driver project parses the SQL query using Antlr4 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. To build blkchn-sql-driver run:

mvn clean install

To rebuild antlr generated java source files:

mvn clean install -Pgen-sources

Available Drivers

Important Links

Contribution

About Us

blkchn-sql-driver is backed by Impetus Labs - iLabs. iLabs is a R&D consulting division of Impetus Technologies. 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.

com.impetus.blkchn

Impetus

A community to share, learn, and innovate.

Версии библиотеки

Версия
1.1.0
1.0.0