You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/examples
Tal Zussman 0d5dc5fdb9 Add rocksdb_backup_restore_example to examples/.gitignore (#10825) 2 years ago
..
.gitignore Add rocksdb_backup_restore_example to examples/.gitignore (#10825) 2 years ago
CMakeLists.txt add WITH_EXAMPLES options to cmake and cleanups. (#6580) 4 years ago
Makefile Add a simple example of backup and restore (#10054) 2 years ago
README.md Improve examples/README.md 9 years ago
c_simple_example.c Make examples work on Windows (#7304) 4 years ago
column_families_example.cc Run clang format against files under example/, memory/ and memtable/ folders (#10893) 2 years ago
compact_files_example.cc Run clang format against files under example/, memory/ and memtable/ folders (#10893) 2 years ago
compaction_filter_example.cc Add (& fix) some simple source code checks (#8821) 3 years ago
multi_processes_example.cc Make examples work on Windows (#7304) 4 years ago
optimistic_transaction_example.cc Run clang format against files under example/, memory/ and memtable/ folders (#10893) 2 years ago
options_file_example.cc Remove using namespace (#9369) 2 years ago
rocksdb_backup_restore_example.cc Add a simple example of backup and restore (#10054) 2 years ago
rocksdb_option_file_example.ini Remove BlockBasedTableOptions.hash_index_allow_collision (#9454) 2 years ago
simple_example.cc Run clang format against files under example/, memory/ and memtable/ folders (#10893) 2 years ago
transaction_example.cc Remove using namespace (#9369) 2 years ago

README.md

  1. Compile RocksDB first by executing make static_lib in parent dir
  2. Compile all examples: cd examples/; make all