Skip to content

Commit 987c823

Browse files
author
Kyle Nesbit
committed
Remove experimental replace with modern open source
Signed-off-by: Kyle Nesbit <kjnesbit@ms2.co>
1 parent 2bd66af commit 987c823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/documentation/index.malloynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>>>markdown
22
# What Is Malloy
33

4-
Malloy is an experimental language for describing data relationships and transformations. It is an analytical language that runs on SQL databases. It provides the ability to define a semantic data model and query it. Malloy currently works with SQL databases BigQuery, Postgres, and querying Parquet and CSV via DuckDB.
4+
Malloy is a modern open source language for describing data relationships and transformations. It is an analytical language that runs on SQL databases. It provides the ability to define a semantic data model and query it. Malloy currently works with SQL databases BigQuery, Postgres, and querying Parquet and CSV via DuckDB.
55
- Queries compile to SQL, optimized for your database.
66
- Has both a semantic data model and a query language. The semantic model contains reusable calculations and definitions, making queries short and readable.
77
- Excels at reading and writing nested data sets.

0 commit comments

Comments
 (0)