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

Ocean: Initial setup #2856

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

Ocean: Initial setup #2856

wants to merge 11 commits into from

Conversation

Jouzo
Copy link
Collaborator

@Jouzo Jouzo commented Mar 10, 2024

Summary

  • Initial Ocean archive setup.
  • Adds placeholder FFI calls for indexing/invalidating block
  • Adds RocksDB columns families, models and repository for data access

Descritipion

  • storage directory holds ain-db Column, TypedColumn and ColumName implementations.
  • model directory holds indexed model values and keys.
  • repository directory holds implementation of RepositoryOps for bridging column family to the right model.
  • Indexer directory holds placeholder for indexing/invalidating block which will be implemented in subsequent PR.

Dependencies

@Jouzo Jouzo added the ocean label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant