Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #597 - Update README.md example and comment #598

Merged
merged 1 commit into from Mar 26, 2024

Conversation

gkorland
Copy link
Contributor

@gkorland gkorland commented Mar 26, 2024

  1. Remove comment
  2. Update python example
  3. Update TS links

Summary by CodeRabbit

  • New Features
    • FalkorDB, previously known as RedisGraph, is now a standalone product emphasizing community collaboration, superior performance, and adaptability.
  • Documentation
    • Updated the project documentation and examples to reflect the rebranding to FalkorDB.
  • Chores
    • Updated client libraries across various languages to incorporate the new FalkorDB branding.

@gkorland gkorland requested a review from swilly22 March 26, 2024 07:35
Copy link

coderabbitai bot commented Mar 26, 2024

Walkthrough

The rebranding of RedisGraph to FalkorDB marks a significant shift, focusing on community collaboration, performance, and adaptability. This transformation involves updating the project's documentation and codebase to reflect the new identity, ensuring a seamless transition for users and contributors.

Changes

File(s) Change Summary
README.md Updated project name to FalkorDB
.../examples/falkordb_example.py Replaced redisgraph-py with falkordb-py
docs/..., src/..., tests/... Updated references from RedisGraph to FalkorDB

Related issues

Poem

To FalkorDB we leap, from RedisGraph we part,
A brand new voyage, with an open heart. 🚀
Through code and docs, our journey we chart,
Together we build, a collaborative art. 🎨
So here's to changes, both big and small,
In the world of graphs, we stand tall.
A toast from CodeRabbit, with cheer and glee,
To a future bright, for you and me! 🐰✨

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
    • Open a follow-up GitHub issue for this discussion.
  • 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 tests 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

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.

Review Status

Actionable comments generated: 3

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between ce47e77 and 2a5c6b5.
Files selected for processing (1)
  • README.md (5 hunks)
Additional comments: 1
README.md (1)
  • 82-82: The instructions for macOS users regarding the Clang version and OpenMP support could be clearer. Specifically, it's mentioned that running brew install gcc g++ is one way to resolve the issue, but it's not explicitly stated that users should then set CC and CXX to use gcc and g++ respectively if they choose not to update the symbolic links.

Consider adding a note to explicitly state that after installing gcc and g++ with Homebrew, users should set the CC and CXX environment variables to point to the newly installed gcc and g++ if they do not wish to update the symbolic links.

Comment on lines 5 to 10

# FalkorDB

> **Note**
> The team behind RedisGraph decided to take a stab at bringing this disruptive technology back to market.
>
> We plan to rebrand it and release it as a stand alone product, following the same guidelines we have followed for the last 6 years:
>
> * Working in the open with the community
> * Always provide superior performance.
> * Easy to adapt



---

FalkorDB is the first queryable [Property Graph](https://github.com/opencypher/openCypher/blob/master/docs/property-graph-model.adoc) database to use [sparse matrices](https://en.wikipedia.org/wiki/Sparse_matrix) to represent the [adjacency matrix](https://en.wikipedia.org/wiki/Adjacency_matrix) in graphs and [linear algebra](http://faculty.cse.tamu.edu/davis/GraphBLAS.html) to query the graph.

Primary features:
Copy link

Choose a reason for hiding this comment

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

📝 NOTE
This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [37-37]

The markdown link for "client libraries" seems to be broken due to a missing closing parenthesis. This could lead to confusion for readers trying to navigate to the client libraries section.

- Once loaded you can interact with FalkorDB using any of the supported [client libraries](#Client-libraries
+ Once loaded you can interact with FalkorDB using any of the supported [client libraries](#Client-libraries)

📝 NOTE
This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [195-195]

There's a missing space between sentences in the description of the Rustis library. Adding a space would improve readability.

- | [Crate](https://crates.io/crates/rustis)|[Documentation](https://docs.rs/rustis/latest/rustis/commands/trait.GraphCommands.html) |
+ | [Crate](https://crates.io/crates/rustis) | [Documentation](https://docs.rs/rustis/latest/rustis/commands/trait.GraphCommands.html) |

@@ -188,7 +179,7 @@ Some languages have client libraries that provide support for FalkorDB's command
| --------------------------------------------------------- | ---------- | ------- | ------------------------------------------- | ----------------------------------------------------------------- | ------- | ---------- |
| [jfalkordb][jfalkordb-url] | Java | BSD | [FalkorDB][falkordb-url] | ![Stars][jfalkordb-stars] | [Maven][jfalkordb-package]||
| [falkordb-py][falkordb-py-url] | Python | MIT | [FalkorDB][falkordb-url] | ![Stars][falkordb-py-stars] | [pypi][falkordb-py-package]||
| [node-falkordb][node-falkordb-url] | Node.JS | MIT | [FalkorDB][falkordb-url] | ![Stars][node-falkordb-stars] | [npm][node-falkordb-package]||
| [falkordb-ts][falkordb-ts-url] | Node.JS | MIT | [FalkorDB][falkordb-url] | ![Stars][falkordb-ts-stars] | [npm][falkordb-ts-package]||
Copy link

Choose a reason for hiding this comment

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

The official spelling of "Node.JS" should be "Node.js". This is a minor typographical issue but correcting it would improve the professionalism of the document.

- | [falkordb-ts][falkordb-ts-url] | Node.JS | MIT | [FalkorDB][falkordb-url] | ![Stars][falkordb-ts-stars] | [npm][falkordb-ts-package]||
+ | [falkordb-ts][falkordb-ts-url] | Node.js | MIT | [FalkorDB][falkordb-url] | ![Stars][falkordb-ts-stars] | [npm][falkordb-ts-package]||

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
| [falkordb-ts][falkordb-ts-url] | Node.JS | MIT | [FalkorDB][falkordb-url] | ![Stars][falkordb-ts-stars] | [npm][falkordb-ts-package]||
| [falkordb-ts][falkordb-ts-url] | Node.js | MIT | [FalkorDB][falkordb-url] | ![Stars][falkordb-ts-stars] | [npm][falkordb-ts-package]||

@swilly22 swilly22 merged commit 8b6e630 into master Mar 26, 2024
13 of 14 checks passed
@swilly22 swilly22 deleted the gkorland-patch-readme branch March 26, 2024 12:19
@gkorland gkorland linked an issue Apr 1, 2024 that may be closed by this pull request
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.

Update README - remove comment
2 participants