fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 96 forks source link

RocksDB support #50

Closed jo-tud closed 6 years ago

jo-tud commented 6 years ago

After installing the linux version there seems to be no RocksDB entry in the connections list.

topilski commented 6 years ago

Hi @jo-tud , yes it is in common build RocksDB support disabled, according this branding file https://github.com/fastogt/fastonosql/blob/master/build/fastonosql.txt .

jo-tud commented 6 years ago

Ok, building myself now

On Tue, Jan 2, 2018 at 11:10 AM, Alexandr notifications@github.com wrote:

Hi @jo-tud https://github.com/jo-tud , yes it is in common build RocksDB support disabled.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fastogt/fastonosql/issues/50#issuecomment-354734853, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeN2B2YZoupdF6R4f7s_i5Afhf5ep7wks5tGgChgaJpZM4RQc08 .

-- Johannes Pfeffer // co-founder Alethio johannes.pfeffer@consensys.net Web http://aleth.io | Twitter https://twitter.com/AlethioEthstats | Facebook https://www.facebook.com/consensussystems | Linkedin http://linkedin.com/in/johannes-pfeffer-ab42702a | Newsletter http://consensys.us11.list-manage.com/subscribe?u=947c9b18fc27e0b00fc2ad055&id=257df01285&utm_content=buffer1ce12&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

jo-tud commented 6 years ago

I get

Traceback (most recent call last):
 File "build_env.py", line 6, in <module>
   from pybuild_utils.base import run_command

Any ideas?

On Tue, Jan 2, 2018 at 11:11 AM, Johannes Pfeffer < johannes.pfeffer@consensys.net> wrote:

Ok, building myself now

On Tue, Jan 2, 2018 at 11:10 AM, Alexandr notifications@github.com wrote:

Hi @jo-tud https://github.com/jo-tud , yes it is in common build RocksDB support disabled.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fastogt/fastonosql/issues/50#issuecomment-354734853, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeN2B2YZoupdF6R4f7s_i5Afhf5ep7wks5tGgChgaJpZM4RQc08 .

-- Johannes Pfeffer // co-founder Alethio johannes.pfeffer@consensys.net Web http://aleth.io | Twitter https://twitter.com/AlethioEthstats | Facebook https://www.facebook.com/consensussystems | Linkedin http://linkedin.com/in/johannes-pfeffer-ab42702a | Newsletter http://consensys.us11.list-manage.com/subscribe?u=947c9b18fc27e0b00fc2ad055&id=257df01285&utm_content=buffer1ce12&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

-- Johannes Pfeffer // co-founder Alethio johannes.pfeffer@consensys.net Web http://aleth.io | Twitter https://twitter.com/AlethioEthstats | Facebook https://www.facebook.com/consensussystems | Linkedin http://linkedin.com/in/johannes-pfeffer-ab42702a | Newsletter http://consensys.us11.list-manage.com/subscribe?u=947c9b18fc27e0b00fc2ad055&id=257df01285&utm_content=buffer1ce12&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

topilski commented 6 years ago

Hi @jo-tud after subscription our build machine can build it specially for your email. image

topilski commented 6 years ago

Hi @jo-tud , please use python3. also need to execute git submodule update --init --recursive .

jo-tud commented 6 years ago

I am building it with python3:

$ python3 build_env.py
Traceback (most recent call last):
 File "build_env.py", line 6, in <module>
   from pybuild_utils.base import run_command
ModuleNotFoundError: No module named 'pybuild_utils.base'

Before subscribing I would like to test it...

topilski commented 6 years ago

Sure, like you want, pybuild_utils it is python external module, need to execute git submodule update --init --recursive .

topilski commented 6 years ago

Hi @jo-tud , i created trial build for linux, you can download it on https://www.fastonosql.com/anonim_users_downloads site.

topilski commented 6 years ago

Hi @jo-tud , Did you try FastoNoSQL? Which you opinion about RocksDB integration?

jo-tud commented 6 years ago

I tried it - but wasn't able to open the db. Got an error along the lines "need to open all columns" or so. Will try to reproduce and write you again. Best, Johannes

On Thu, Jan 4, 2018 at 10:53 AM, Alexandr notifications@github.com wrote:

Hi @jo-tud https://github.com/jo-tud , Did you try FastoNoSQL? Which you opinion about RocksDB integration?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fastogt/fastonosql/issues/50#issuecomment-355241209, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeN2M4Phflt4uPusJxBvs1gqjsQfb8Tks5tHJ98gaJpZM4RQc08 .

-- Johannes Pfeffer // co-founder Alethio johannes.pfeffer@consensys.net Web http://aleth.io | Twitter https://twitter.com/AlethioEthstats | Facebook https://www.facebook.com/consensussystems | Linkedin http://linkedin.com/in/johannes-pfeffer-ab42702a | Newsletter http://consensys.us11.list-manage.com/subscribe?u=947c9b18fc27e0b00fc2ad055&id=257df01285&utm_content=buffer1ce12&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer

topilski commented 6 years ago

Thank you, very interesting.

topilski commented 6 years ago

I implemented RocksDB columns(databases) support, i think it is your issue. image

topilski commented 6 years ago

Hi @jo-tud, we have update our build servers to new 1.15.0 version, you can try how it works with RocksDB.

topilski commented 6 years ago

ping