KO
|
EN
gitlite — search
Search
#python
#java
#javascript
#python3
#json
#php
#golang
#tensorflow
#natural-language-processing
#android
#nodejs
#apache
Leveldb-py
★ 41
Open GitHub ↗
Leveldb Dumper/Viewer
Download README (.md)
Explore Similar Repositories
Legacy-Edge-Launcher
:
Used to allow to run Legacy Edge again
terraform-aws-lambda-function
:
A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
terraform-aws-kubeadm
:
Terraform module for creating a Kubernetes cluster with kubeadm on AWS
stencil-tailwind
:
TailwindCSS plugin for Stencil
vue-transitions-css
:
A lightweight CSS library for adding transitions to Vue 2 components :sparkles: :green_heart:
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Leveldb-py
?
Download (.md)
# LevelDB GUI Viewer and Dumper This repository contains executables (source code coming soon) to view LevelDB's in a GUI or to dump them to a sqlite database and CSV file. # Special Note: To use the either program make sure you make a copy of the levelDB directory that you want to view/dump Once you view it and dump it the programs will no longer be able to read from them so you will have to get a cew copy of them. # leveldb-dump.exe Usage Leveldb-dump.exe <directory to leveldb> <base file name> <directory to leveldb> is the directory that the levelDB database resides in. <base file name> the base file name that the sqlite database and csv files will be created under. # leveldb_viewer.exe Leveldb_viewer.exe Under the File menu option choose open database. Navigate to the directory that the levelDB data resides in and click open to view the key value pairs.