Skip to content

Commit 6806bda

Browse files
authored
Minor update to messaging. (#1442)
minor update to messaging.
1 parent 1f4d160 commit 6806bda

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![Docker Image Version](https://img.shields.io/docker/v/datasqrl/cmd?sort=semver)](https://hub.docker.com/r/datasqrl/cmd/tags)
88
[![Maven Central](https://img.shields.io/maven-central/v/com.datasqrl/sqrl-root)](https://repo1.maven.org/maven2/com/datasqrl/sqrl-root/)
99

10-
DataSQRL is an open-source framework for building consistent and reliable data pipelines with SQL that can be automated with LLMs.
11-
Build MCP servers, RAG pipelines, data APIs (GraphQL & REST), feature stores, and data products. Ingest, process, store, and serve data with a single SQL script with built-in testing, observability, and operational tooling.
10+
DataSQRL is an open-source framework for building reliable data pipelines in SQL that automates data plumbing with compile-time verification.
11+
Build MCP servers, RAG pipelines, data APIs (GraphQL & REST), feature stores, and data products. Ingest, process, store, and serve data in a single SQL script with built-in testing, observability, and data integrity guarantees.
1212

1313
Define the data processing and interface in SQL and DataSQRL generates an integrated data pipeline that runs on your existing infrastructure with Docker, Kubernetes, or cloud-managed services.
1414

documentation/src/pages/index.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const header: HomepageHeaderProps = {
1717
tagLine: 'Data Pipeline Automation',
1818
text: (
1919
<>
20-
DataSQRL is a framework for building consistent and reliable data pipelines with SQL that can be automated with LLMs.<br />
21-
Build data APIs, MCP, RAG, or Apache Iceberg views.
20+
DataSQRL automates the development of reliable data pipelines in SQL.<br />
21+
Build data APIs or data products, serve data via MCP or RAG.
2222
</>
2323
),
2424
buttonLink: 'docs/getting-started',
@@ -74,7 +74,8 @@ SpendingTransactionsByTime(
7474
<h2>Data Pipeline in a Single SQL Script</h2>
7575
<p className="hero__subtitle">
7676
DataSQRL compiles declarative SQL into production-ready data pipelines that
77-
ingest, process, store, and serve data with built-in testing, observability, and operational tooling.
77+
ingest, process, store, and serve data with built-in testing, observability, and
78+
data integrity guarantees.
7879
</p>
7980
<p className="hero__subtitle">
8081
All in a single SQL script. <br />
@@ -90,7 +91,7 @@ SpendingTransactionsByTime(
9091
<div className="col col--5 text--left">
9192
<h2>End-to-End Automation with Understanding</h2>
9293
<p className="hero__subtitle">
93-
SQL can be generated by most LLMs and read by data engineers.</p>
94+
SQL can be generated by most LLMs and is easy to understand.</p>
9495
<p className="hero__subtitle">
9596
DataSQRL provides the analysis LLMs need to generate quality pipelines iteratively.
9697
</p>

0 commit comments

Comments
 (0)