-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Renamed namespaces and path from iql to gensql
- Loading branch information
Showing
14 changed files
with
362 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# InferenceQL documentation | ||
# GenSQL documentation | ||
|
||
The InferenceQL documentation website. | ||
The GenSQL documentation website. | ||
|
||
## Contributing | ||
|
||
See [`CONTRIBUTING.md`](https://github.com/InferenceQL/documentation/blob/main/CONTRIBUTING.md). | ||
See [`CONTRIBUTING.md`](https://github.com/OpenGen/GenSQL.documentation/blob/main/CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ antora: | |
extensions: | ||
- ./lib/my-extension.js | ||
site: | ||
title: InferenceQL | ||
title: GenSQL | ||
start_page: start-page::start-page.adoc | ||
content: | ||
sources: | ||
- url: ./ | ||
start_path: docs | ||
- url: https://github.com/InferenceQL/inferenceql.query | ||
- url: https://github.com/OpenGen/GenSQL.query | ||
start_path: docs | ||
- url: [email protected]:InferenceQL/inferenceql.structure-learning.git | ||
- url: [email protected]:OpenGen/GenSQL.structure-learning.git | ||
start_path: docs | ||
ui: | ||
bundle: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
* xref:structure-learning::quick-start.adoc[Quickstart] | ||
* xref:structure-learning::structure-learning.adoc[Structure learning] | ||
* Languages | ||
** xref:query::iql-permissive.adoc[IQL-permissive] | ||
** xref:query::iql-strict.adoc[IQL-strict] | ||
** xref:query::gensql-permissive.adoc[GenSQL-permissive] | ||
** xref:query::gensql-strict.adoc[GenSQL-strict] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
= Platform Documentation | ||
Ulli Schaechtle <u[email protected]> | ||
|
||
This site hosts technical documentation for the InferenceQL platform. | ||
This site hosts technical documentation for the GenSQL platform. | ||
|
||
== Disclaimer | ||
|
||
**InferenceQL is pre-alpha / unreleased software.** There are known and unknown isues and bugs. Crashes are expected. This software should not be expected to treat your data securely. | ||
**GenSQL is pre-alpha / unreleased software.** There are known and unknown issues and bugs. Crashes are expected. This software should not be expected to treat your data securely. | ||
|
||
== Content | ||
|
||
Welcome to our first attempt to document the InferenceQL platform. The | ||
Welcome to our first attempt to document the GenSQL platform. The | ||
documentation covers: | ||
|
||
* xref:structure-learning::quick-start.adoc[Quickstart] | ||
|
||
* xref:structure-learning::structure-learning.adoc[Structure learning] | ||
|
||
* Inference Query language | ||
** xref:query::iql-permissive.adoc[Query language (IQL-permissive)] | ||
** xref:query::iql-permissive.adoc[Research Query Language -- aimed at PL researchers (IQL-permissive)] | ||
** xref:query::gensql-permissive.adoc[Query language (GenSQL-permissive)] | ||
** xref:query::gensql-permissive.adoc[Research Query Language -- aimed at PL researchers (GenSQL-permissive)] | ||
|
||
We recommend all users begin with the xref:structure-learning::quick-start.adoc[Quickstart] tutorial. | ||
|
||
== Open-source code | ||
|
||
Please find our open source code https://github.com/OpenIQL[here]. | ||
Please find our open source code https://github.com/OpenGen[here]. | ||
|
||
== Citation | ||
|
||
Please cite this work as: Ulrich Schaechtle, Cameron Freer, Zane Shelby, Feras Saad, and Vikash Mansinghka. "Bayesian | ||
AutoML for Databases via the InferenceQL Probabilistic Programming System." | ||
AutoML for Databases via the GenSQL Probabilistic Programming System." | ||
AutoML Conference 2022 - Workshop Track. Find the PDF https://2022.automl.cc/wp-content/uploads/2022/07/bayesian_automl_for_databases_.pdf[here]. | ||
|
||
== License | ||
|
||
All of InferenceQL is open source and licensed under Apache 2.0. At times, the | ||
InferenceQL teams maintains private repos hosting components of InferenceQL to | ||
All of GenSQL is open source and licensed under Apache 2.0. At times, the | ||
GenSQL teams maintains private repos hosting components of GenSQL to | ||
prepare an OSS release. If you happen to have privileged private access - | ||
please don't share it pre-release. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:main inferenceql.documentation | ||
:target-image {:image-name "inferenceql.documentation" | ||
{:main gensql.documentation | ||
:target-image {:image-name "gensql.documentation" | ||
:type :docker}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.