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

Added support for LevelDB to Current! #965

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

Conversation

dkorolev
Copy link
Member

@dkorolev dkorolev commented Feb 17, 2024

This works now: https://github.com/dkorolev/current_with_leveldb.

mkdir -p clean/with/subdirs
(cd clean/with/subdirs; git clone https://github.com/dkorolev/current_with_leveldb) &&
(cd clean/with/subdirs/current_with_leveldb; CURRENT_WITH_LEVELDB=true make) && (
  cd clean/with/subdirs/current_with_leveldb &&
  ./.current/create_leveldb &&
  ./.current/scan_leveldb &&
  ./.current/populate_leveldb &&
  ./.current/scan_leveldb &&
  ./.current/populate_leveldb --key foo --value bar &&
  ./.current/scan_leveldb
)
rm -rf clean/with/subdirs/current_with_leveldb
rmdir clean/with/subdirs
rmdir clean/with
rmdir clean

I've also pushed leveldb into https://github.com/c5t/leveldb.

Thanks,
Dima

@dkorolev
Copy link
Member Author

dkorolev commented Apr 6, 2024

@dkorolev: Note to self, clean this up to use leveldb as a C5T component. CC @mzhurovich.

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.

1 participant