Add NoKV to App Definition and Development > Database#4808
Add NoKV to App Definition and Development > Database#4808caniszczyk merged 1 commit intocncf:masterfrom
Conversation
|
You can preview your changes by visiting this link. Note This feature is still experimental and may not work as expected in some cases. Please report any issues you find! |
0e8c443 to
9f1a0fc
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new database entry for NoKV to the landscape under App Definition and Development > Database, along with its hosted SVG logo so it can render in the CNCF Landscape UI.
Changes:
- Add a new
NoKVitem (name/description/URLs/logo reference) to the Database category list inlandscape.yml - Add the
hosted_logos/nokv.svglogo asset referenced by the new item
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
landscape.yml |
Introduces the new NoKV landscape item under the Database section. |
hosted_logos/nokv.svg |
Adds the SVG logo file referenced by the new landscape entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: eric_song <songguocheng348@gmail.com>
9f1a0fc to
bf37720
Compare
|
Addressed the alphabetical-order feedback by moving I did not add a |
Summary
App Definition and Development > Databasehosted_logos/Project
NoKV is a full-stack distributed key-value storage platform written from scratch in Go, including its own LSM engine, Raft implementation, control plane, and MVCC layer.