Skip to content

README: Add a few elaborations and refinements#22

Merged
amotl merged 4 commits intomainfrom
improve-readme
May 15, 2025
Merged

README: Add a few elaborations and refinements#22
amotl merged 4 commits intomainfrom
improve-readme

Conversation

@amotl
Copy link
Member

@amotl amotl commented May 11, 2025

About

The README was reasonably clear already, but it can always be improved. At some point, we may break out details into dedicated pages.

@coderabbitai
Copy link

coderabbitai bot commented May 11, 2025

"""

Walkthrough

The README.md file was revised to reorder and update badges, move the Bluesky link to navigation, expand the "What's inside" section into three detailed subsections, clarify installation with a recommendation for the "uv" package manager, and elaborate on usage by introducing three subsystems. Contributing guidance was updated with a new status subsection, and additional external references were added. No code or API changes were made.

Changes

File(s) Change Summary
README.md Reordered and updated badges; moved Bluesky link to navigation; expanded "What's inside" into Abstract, Applied, and Concrete sections; clarified installation recommending "uv" package manager; elaborated usage with Outline, Build, Query subsystems; updated contributing section with status and version pinning advice; added external references; removed unused Bluesky badges and links.

Poem

🐇
In README fields I hop and play,
With badges moved and guides to say,
Outlines, builds, and queries new,
Clearer steps for what you do.
Docs refreshed, the path is bright—
Pre-alpha dreams take flight tonight!

"""


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5537e99 and 7981020.

📒 Files selected for processing (1)
  • README.md (6 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (14)
README.md (14)

20-20: Navigation bar consistency: Relocating the "Bluesky" link into the main navigation ensures a cleaner badge section. Consider grouping external community links together or alphabetizing for easier maintenance.


32-35: Refine "Abstract" section description: The new "### Abstract" subsection is a clear split. However, consider tightening the first bullet for formality and clarity. For example:

- A few tidbits of _structured docs_ along the idea of a basic and generic [hierarchical outline].
+ Structured documentation based on a generic [hierarchical outline].

37-40: Clarify output generation description: The second bullet is informative but could be more concise. For example:

- Utility programs that read outline files in [YAML] format and produce output files or packages by expanding all links, for example, into [Markdown] or [llms.txt] formats...
+ Utility programs to parse [YAML] outlines and generate outputs (e.g., [Markdown], `llms.txt`).

42-47: Punctuation consistency in Abstract bullets: The third bullet is well-detailed. To maintain uniform style, ensure all bullets either end with a period or none do.


48-48: Section heading clarity: The "### Applied" heading distinguishes use cases nicely. Consider renaming it to "### Applied Use Cases" to make its purpose more explicit.


50-66: Enhance parallelism and conciseness in Applied bullets: Some items can be tightened and follow a parallel structure. For instance:

- The outline file [cratedb-outline.yaml] file indexes documents about what CrateDB is...
+ The `cratedb-outline.yaml` outline indexes documents about CrateDB.
- Output files are produced to the [about/v1] folder.
+ Output files are generated in the [about/v1] folder.

Also break longer bullets (e.g., the documentation subsystem one) into multiple points for readability.


69-69: Highlight the package manager name: To improve readability, format uv as inline code. For example:

- The authors recommend using the [uv] package manager.
+ The authors recommend using the `uv` package manager.

83-83: Terminology consistency: Instead of "The program provides three subsystems," consider "The cratedb-about tool provides three subsystems" to align with the CLI context.


85-87: Subsystem naming alignment: To mirror the CLI commands, you might rename "Query" to "Ask" or "Conversation", matching cratedb-about ask. This improves discoverability.


175-176: Simplify contribution phrasing: The sentence can be more concise. For example:

- Contributions of any kind are very much welcome and always appreciated.
+ Contributions are welcome and appreciated.

178-180: Clarify project status: The combined "planning/pre-alpha" may confuse readers. Suggest:

- The software is in the planning/pre-alpha stage.
+ The software is in the pre-alpha (planning) stage.

188-188: Link label formatting: The reference label [hierarchical outline] is lowercase and spaced. Consider matching capitalization (e.g., [Hierarchical Outline]) or using a concise label like [Outline] for consistency.


190-190: Alphabetical order of link definitions: The [Markdown] reference appears after [llms.txt]; consider sorting link definitions alphabetically to streamline maintenance.


192-192: Link reference consistency: If you format uv as inline code in the body, ensure the [uv] link label here matches (e.g., use backticks in the reference label).

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7739eaf and 83d25ef.

📒 Files selected for processing (1)
  • README.md (5 hunks)
🔇 Additional comments (4)
README.md (4)

3-3: Badge ordering improvement: Moving the "Status" badge to the top emphasizes the project's maturity upfront, which is helpful for users scanning the README.


6-6: Prominent download metrics: Elevating the "Downloads per month" badge increases visibility of adoption metrics. This placement makes sense for prospective users evaluating project popularity.


193-193: Acronym link consistency: The [YAML] reference is uppercase, which aligns with common practice for acronyms. Good consistency with other acronym labels.


195-195: Reference housekeeping: The [Bluesky] link definition is now declared since it's used in the nav. Verify that you intend to keep the Bluesky entry in navigation—if not, remove this reference to avoid dangling links.

| [License]
| [CrateDB]
| [Community Forum]
| [Bluesky]
Copy link
Member Author

@amotl amotl May 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tuned down the reference to Bluesky now. It currently points to https://bsky.app/search?q=cratedb, but the outcome isn't very pleasant.

image

The link should actually go to the CrateDB profile page https://bsky.app/profile/did:plc:kj3ndittnoqihvftw6rnn643, but that outcome would be even more unpleasant.

image

Request: Could the company finally ramp up its extrovert nature and start maintaining a proper presence on social networks where actual humans communicate and collaborate, optimally on both Bluesky and Mastodon, because Twitter is offically a thing of the past?

/cc @michaelkremmel

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there is interest to improve relevant details, don't hesitate to ask how this can be made both efficient and fun. In this case, let's discuss on behalf of an out-of-band thread or conversation?

@amotl amotl requested review from kneth and surister May 11, 2025 11:38
@amotl amotl marked this pull request as ready for review May 11, 2025 11:39
Comment on lines +173 to +182
## FAQ

- Q: Seriously, how do I use this?

A: As mentioned above, this repository includes content and a few utilities
to manage corresponding information. Users will directly use the produced
[llms.txt] and [llms-full.txt] files. Developers will install the [cratedb-about]
package to access fundamental outline information in their own programs
programmatically, or to invoke fragments of the production machinery
on their premises, either ad hoc, or by including it in automated pipelines.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Users will directly use the produced llms.txt and llms-full.txt files.

I would like to elaborate a bit more about the "how".

While the context files are currently used by the built-in cratedb-about ask subcommand, that's actually just a workbench tool, so the files would like to see applications in actual end-user applications.

Can someone support us by providing relevant information how that would work with contemporary (desktop) applications, for example?

I don't know much about the state of the onion, but a quick search reveals the advent of those early movers in 2023/2024 already: Quora Poe, ChatGPT for Mac, Perplexity App, Claude Desktop.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally to that, let's also "use" them within a lightweight chatbot example application accompanied with this package, for example using Streamlit, or anything else that is viable to ramp up such an interface without much custom programming.

Comment on lines +184 to +191
- Q: It looks like the knowledge base machinery is missing important information
about CrateDB. I've asked it about matters of polymer sharding, and the answer
wasn't very insightful.

A: Well, we can understand your disappointment. To improve the situation,
we are constantly curating content, and you can support the process by giving
us hints about which fragments of information to include in the set of
curated information. To learn about what this means, see also [ABOUT-24].
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That paragraph has been added to evangelize the need for support about further content curation.

/cc @kneth, @michaelkremmel

@amotl amotl requested review from bmunkholm and removed request for surister May 14, 2025 10:16
@amotl amotl merged commit c659240 into main May 15, 2025
6 checks passed
@amotl amotl deleted the improve-readme branch May 15, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant