heroku

practicalli-john 2021-04-20T04:42:31.025400Z

@merklefabian using Crux-jdbc seems fairly straightforward approach for a crux app to use Heroku Postgres (I have not tried this though) https://opencrux.com/reference/jdbc.html

practicalli-john 2021-04-20T04:43:20.025500Z

There also 3rd party libraries to use Redis with Crux instead of rocksdb

practicalli-john 2021-04-20T04:45:35.025600Z

You may want to look at this issue regarding crux-jdbc https://clojurians.slack.com/archives/CG3AM2F7V/p1618845906228500?thread_ts=1618845906.228500&cid=CG3AM2F7V

Fabim 2021-04-20T08:06:29.025800Z

@jr0cket Thanks for your answer, John. That issue does not look ideal.