pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

remove citus support #375

Closed pietermartin closed 4 years ago

pietermartin commented 4 years ago

Is there anyone out there using Sqlg's citus support? Unfortunately to have a balanced citus cluster one has to go enterprise. This is rather expensive. As such I am not using citus personally os at work. If no one is using citus I'd like to remove citus support as its a pain to maintain.

pietermartin commented 4 years ago

Seems there is some interest in keeping Citus support for now.

pietermartin commented 3 years ago

Citus has open sourced its rebalance feature, without which citus was pretty useless. So seems its gona remain, best get the tests running again.