Skip to content

Add PlankDB: Quantum key-value store with Grover and Spring Boot #145

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

swampus
Copy link

@swampus swampus commented May 24, 2025

This PR adds PlankDB — a Spring Boot-based key-value store that supports quantum key search using Grover's algorithm and IBM Qiskit.

It features:

  • Clean Architecture and REST API
  • Local simulator and IBM Qiskit backend support
  • Both classical and quantum modes
  • Swagger documentation and unit tests

GitHub: https://github.com/swampus/plank-db

- [PlankDB](https://github.com/swampus/plank-db) – A Spring Boot key-value store with Grover-powered quantum search via IBM Qiskit. Clean Architecture, REST API, classical + quantum modes supported.
README.md Outdated
@@ -440,6 +440,9 @@ For a curated list of learning resources please check out [desireevl's repo](htt
**TypeScript**
- [SpookyIDE](http://github.com/Spooky-Manufacturing/SpookyIDE) - IDE designed for quantum computing.

**Java**
Copy link
Collaborator

Choose a reason for hiding this comment

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

The languages should be sorted in alphabetical order (so this should go between C++ and Mathematica).

Copy link
Author

Choose a reason for hiding this comment

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

Thanks! I’ve fixed the language order — should be all good now.

@swampus swampus requested a review from dlyongemallo June 26, 2025 15:21
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.

2 participants