Skip to content

Commit 6876fed

Browse files
committed
Content: Adjust preamble/summary syntax
1 parent 131a34e commit 6876fed

4 files changed

Lines changed: 12 additions & 42 deletions

File tree

build/llm/llms-ctx-full.txt

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
<project title="CrateDB" summary="CrateDB is a distributed and scalable SQL database for storing and">> analyzing massive amounts of data in near real-time, even with
2-
> complex queries. It is based on Lucene, inherits technologies from
3-
> Elasticsearch, and is compatible with PostgreSQL.
4-
>
5-
> CrateDB also provides an HTTP interface, is written in Java, and brings
6-
> together fundamental components to manage big data after the Hadoop and
7-
> Spark batch-processing era, more like Teradata, BigQuery and Snowflake
8-
> are doing it.
9-
10-
Things to remember when working with CrateDB are:
1+
<project title="CrateDB" summary="CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is based on Lucene, inherits technologies from Elasticsearch, and is compatible with PostgreSQL.">Things to remember when working with CrateDB are:
112

12-
- CrateDB is a distributed database, where individual nodes form a database cluster, using a shared-nothing architecture.
3+
- CrateDB is a distributed database written in Java, where individual nodes form a database cluster, using a shared-nothing architecture.
4+
- CrateDB brings together fundamental components to manage big data after the Hadoop and Spark batch-processing era, more like Teradata, BigQuery and Snowflake are doing it.
135
- Clients can connect to CrateDB using HTTP or the PostgreSQL wire protocol.
146
- The default TCP ports of CrateDB are 4200 for the HTTP interface and 5432 for the PostgreSQL interface.
157
- The language of choice after connecting to CrateDB is to use SQL, mostly compatible with PostgreSQL's SQL dialect.

build/llm/llms-ctx.txt

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
<project title="CrateDB" summary="CrateDB is a distributed and scalable SQL database for storing and">> analyzing massive amounts of data in near real-time, even with
2-
> complex queries. It is based on Lucene, inherits technologies from
3-
> Elasticsearch, and is compatible with PostgreSQL.
4-
>
5-
> CrateDB also provides an HTTP interface, is written in Java, and brings
6-
> together fundamental components to manage big data after the Hadoop and
7-
> Spark batch-processing era, more like Teradata, BigQuery and Snowflake
8-
> are doing it.
9-
10-
Things to remember when working with CrateDB are:
1+
<project title="CrateDB" summary="CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is based on Lucene, inherits technologies from Elasticsearch, and is compatible with PostgreSQL.">Things to remember when working with CrateDB are:
112

12-
- CrateDB is a distributed database, where individual nodes form a database cluster, using a shared-nothing architecture.
3+
- CrateDB is a distributed database written in Java, where individual nodes form a database cluster, using a shared-nothing architecture.
4+
- CrateDB brings together fundamental components to manage big data after the Hadoop and Spark batch-processing era, more like Teradata, BigQuery and Snowflake are doing it.
135
- Clients can connect to CrateDB using HTTP or the PostgreSQL wire protocol.
146
- The default TCP ports of CrateDB are 4200 for the HTTP interface and 5432 for the PostgreSQL interface.
157
- The language of choice after connecting to CrateDB is to use SQL, mostly compatible with PostgreSQL's SQL dialect.

build/llm/llms.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# CrateDB
22

3-
> CrateDB is a distributed and scalable SQL database for storing and
4-
> analyzing massive amounts of data in near real-time, even with
5-
> complex queries. It is based on Lucene, inherits technologies from
6-
> Elasticsearch, and is compatible with PostgreSQL.
7-
>
8-
> CrateDB also provides an HTTP interface, is written in Java, and brings
9-
> together fundamental components to manage big data after the Hadoop and
10-
> Spark batch-processing era, more like Teradata, BigQuery and Snowflake
11-
> are doing it.
3+
> CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is based on Lucene, inherits technologies from Elasticsearch, and is compatible with PostgreSQL.
124

135
Things to remember when working with CrateDB are:
146

15-
- CrateDB is a distributed database, where individual nodes form a database cluster, using a shared-nothing architecture.
7+
- CrateDB is a distributed database written in Java, where individual nodes form a database cluster, using a shared-nothing architecture.
8+
- CrateDB brings together fundamental components to manage big data after the Hadoop and Spark batch-processing era, more like Teradata, BigQuery and Snowflake are doing it.
169
- Clients can connect to CrateDB using HTTP or the PostgreSQL wire protocol.
1710
- The default TCP ports of CrateDB are 4200 for the HTTP interface and 5432 for the PostgreSQL interface.
1811
- The language of choice after connecting to CrateDB is to use SQL, mostly compatible with PostgreSQL's SQL dialect.

src/index/cratedb-overview.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# CrateDB
22

3-
> CrateDB is a distributed and scalable SQL database for storing and
4-
> analyzing massive amounts of data in near real-time, even with
5-
> complex queries. It is based on Lucene, inherits technologies from
6-
> Elasticsearch, and is compatible with PostgreSQL.
7-
>
8-
> CrateDB also provides an HTTP interface, is written in Java, and brings
9-
> together fundamental components to manage big data after the Hadoop and
10-
> Spark batch-processing era, more like Teradata, BigQuery and Snowflake
11-
> are doing it.
3+
> CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is based on Lucene, inherits technologies from Elasticsearch, and is compatible with PostgreSQL.
124
135
Things to remember when working with CrateDB are:
146

15-
- CrateDB is a distributed database, where individual nodes form a database cluster, using a shared-nothing architecture.
7+
- CrateDB is a distributed database written in Java, where individual nodes form a database cluster, using a shared-nothing architecture.
8+
- CrateDB brings together fundamental components to manage big data after the Hadoop and Spark batch-processing era, more like Teradata, BigQuery and Snowflake are doing it.
169
- Clients can connect to CrateDB using HTTP or the PostgreSQL wire protocol.
1710
- The default TCP ports of CrateDB are 4200 for the HTTP interface and 5432 for the PostgreSQL interface.
1811
- The language of choice after connecting to CrateDB is to use SQL, mostly compatible with PostgreSQL's SQL dialect.

0 commit comments

Comments
 (0)