Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pqlog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
smol
pqlog
Commits
7aff6a42
Commit
7aff6a42
authored
1 year ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Drop some quotes
parent
a1627ffb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-7
5 additions, 7 deletions
README.md
with
5 additions
and
7 deletions
README.md
+
5
−
7
View file @
7aff6a42
...
...
@@ -30,7 +30,7 @@ dependency rather than a fully-fledged database. It also allows for
resource isolation between the (presumably highly reliable, constantly
running) ingestion layer and the (operator-facing, occasionally used)
query/analysis layer, which helps small installations manage their
"
idle
"
footprint more optimally.
idle footprint more optimally.
The idea is, roughly: why pay the high memory cost of database
indexing if you're not using those resources all the time? The
*pqlog*
...
...
@@ -213,15 +213,13 @@ the URI scheme:
*
*local*
- Local filesystem, same as using a plain path
*
*minio*
- Generic S3-like API support. Use standard environment
variables (MINIO_ACCESS_KEY etc) for credentials, URIs should have
this form:
> minio://*hostname*/*bucket*/*path*
this form:
`minio://*hostname*/*bucket*/*path*`
*
*s3*
- AWS S3 (not ready yet). Supports URIs
of the form:
>
s3://*bucket*/*path*
*
*s3*
- AWS S3 (not ready yet). Supports URIs
like
`
s3://*bucket*/*path*
`
*
*gcs*
- Google Cloud Storage (not ready yet). Supports URIs of the
form:
> gcs://*project_id*/*bucket*/*path*
form
`gcs://*project_id*/*bucket*/*path*`
### Debugging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment