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

#17 add support for persistence #18

Merged
merged 7 commits into from
Aug 23, 2024
Merged

Conversation

ezrasingh
Copy link
Owner

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Key Changes

  • Implemented serialization and deserialization (serde) for SpatialIndex in the Geoprox core.
  • Added support for snapshots and persistence using bincode in the Geoprox server.
  • Added additional unit tests to ensure serde and persistence functionality.

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note on the devices this has been tested on.

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

@ezrasingh ezrasingh linked an issue Aug 23, 2024 that may be closed by this pull request
@ezrasingh ezrasingh assigned ezrasingh and unassigned ezrasingh Aug 23, 2024
@ezrasingh ezrasingh added the enhancement New feature or request label Aug 23, 2024
@ezrasingh ezrasingh added this to the v1.0.0 milestone Aug 23, 2024
@ezrasingh ezrasingh changed the title 17 add support for persistence #17 add support for persistence Aug 23, 2024
@ezrasingh ezrasingh merged commit 37ce551 into main Aug 23, 2024
4 checks passed
@ezrasingh ezrasingh deleted the 17-add-support-for-persistence branch August 23, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for persistence
1 participant