Skip to content

Stream-SQL-TCK/Stream-SQL-TCK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Stream SQL TCK

This project is a test compatibility kit (TCK) for streaming SQL.

If you are the author of an engine that supports streaming extensions to SQL, you can run these tests to find out whether your engine is compliant.

This project is more than a test suite; it is a living specification. The tests in the latest release represent what is considered valid; new features are under development in branches, pull requests and issues, and when complete, will be voted upon in the next release. Many of the members participate in projects of the Apache Software Foundation, and we run this project according to the Apache Way.

Get involved!

This is a community project, evolving the semantics of SQL by open discussion and consensus. We welcome new members.

Get involved by joining the mailing list (we use the Apache Calcite developers list because it exists, is archived and is reasonably low-volume), contributing test cases via pull requests, and reviewing other people's proposed changes.

We would especially like contributions of documentation (for example, describing streaming SQL's intent and semantics on this site) and richer test cases.

Get Stream-SQL-TCK

If you are the author of a streaming engine, use the TCK in your test suite! The latest release of the TCK is on Maven Central, so is easy to include.

From Maven

Get Stream-SQL-TCK from Maven Central:

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>stream-sql-tck</artifactId>
  <version>0.1</version>
</dependency>

Download and build

You need Java (1.8 or higher; 1.9 preferred), git and maven (3.5.2 or higher).

$ git clone git://github.com/Stream-SQL-TCK/Stream-SQL-TCK.git stream-sql-tck
$ cd stream-sql-tck
$ mvn compile

More information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages