Skip to content

Commit

Permalink
Update broken client links (#25)
Browse files Browse the repository at this point in the history
That won't work!

Updating because linter will soon fail on broken links again.
  • Loading branch information
goodroot authored Jul 22, 2024
1 parent 066e1b5 commit 68d0a14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ingest-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ As described at the [ILP overview](/docs/reference/api/ilp/overview#http-transac
the HTTP transport has some support for transactions.

In order to ensure in advance that a flush will not affect more than one table, call
[`sender.flush_and_keep_with_flags(&mut buffer, true)`](Sender::flush_and_keep_with_flags).
`sender.flush_and_keep_with_flags(&mut buffer, true)`.
This call will refuse to flush a buffer if the flush wouldn't be data-transactional.


Expand Down
4 changes: 4 additions & 0 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ infrastructure sprawl.
title="Benchmark results for QuestDB 7.3.10, InfluxDB 2.7.4 and Timescale 2.14.2"
/>

```sql title='yo' demo='https://example.com'
SQL
```

With a specialized [time-series database](/glossary/time-series-database/), you
don't need to worry about out-of-order data, duplicates, exactly one semantics,
frequency of ingestion, or the many other details you will find in real-time
Expand Down

0 comments on commit 68d0a14

Please sign in to comment.