FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, UpscaleDB GUI management tool.
People
Repo info
Activity
Nicolas COUTIN
@Ilshidur
@topilski Hello, I get a "502 Bad Gateway" error when accessing the website http://www.fastonosql.com/. Is that an intended behavior ? Thanks for the good work by the way.
Alexandr Topilski
@topilski
Hello, checking
nodemon restarted, please try again, thank you for the notify
Nicolas COUTIN
@Ilshidur
Thank you !
Alexandr Topilski
@topilski
you are welcome :)
Pavel Ferencz
@shpala
Hi,
Pavel Ferencz
@shpala
I use RocksDB in my project (on windows) My RocksDB build uses LZ4 for compression, and it also uses CRC32C as the hashing algorithm. The fastonosql build available on your site crashes when I try to open my DB (according to build_env.py on the github page it seems like fastonosql builds rocksdb without LZ4 support). I tried to build fastonosql from sources on windows (on github) and the build failed, because of a number of reasons:
CPackConfig.cmake that is being read by build.py doesn't exist. Can you please share the whole code of fastonosql or at least build one with rocksdb compiled with LZ4 support? Thanks in advance
Alexandr Topilski
@topilski
Hi, yes common is private library, now disabled
Yes i can build with LZ4 support
Alexandr Topilski
@topilski
Hi @shpala , which version do you use?
Alexandr Topilski
@topilski
Implemented in 1.16.2 , only for subscribed users.
Pavel Ferencz
@shpala
Hi @topilski. Thanks for the very fast response and implementation. It was a really nice surprise.