Skip to content

Commit ae73c3d

Browse files
committed
docs/victorialogs/sql-to-logsql.md: add links to the project created by @Amper, which converts SQL to LogsQL
The project is https://github.com/VictoriaMetrics/sql-to-logsql/ The playground for this project is https://play-sql.victoriametrics.com/
1 parent a773e37 commit ae73c3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/victorialogs/sql-to-logsql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ tags:
1313
This is a tutorial for the migration from SQL to [LogsQL](https://docs.victoriametrics.com/victorialogs/logsql/).
1414
It is expected you are familiar with SQL and know [how to execute queries at VictoriaLogs](https://docs.victoriametrics.com/victorialogs/querying/).
1515

16+
See also [this playground, which automatically converts SQL queries to LogsQL queries](https://play-sql.victoriametrics.com/).
17+
The source code of this project is available [here](https://github.com/VictoriaMetrics/sql-to-logsql/).
18+
1619
## data model
1720

1821
SQL is usually used for querying relational tables. Every such table contains a pre-defined set of columns with pre-defined types.

0 commit comments

Comments
 (0)