joplin icon indicating copy to clipboard operation
joplin copied to clipboard

Flexible datastore migration and seeding for Clojure projects

Results 18 joplin issues
Sort by recently updated
recently updated
newest added

Joplin's "create migration" task uses fairly naïve assumptions about source directory layout for code-driven migrators (e.g. Cassandra). It strips off the first path part and turns the rest into a...

Hi, I am using joplin and also do so in my integration tests. The problem with this is, that the console is cluttered with joplins println statements and it is...

When migrating many databases (1 SQL db, 8 Cassandra keyspaces, 1 Elasticsearch cluster) with many migrations (about 30 migrations per db) I get a report of resource leaking: ``` Apr...

The link to 'loading configuration' 404's https://github.com/juxt/joplin/blob/master/example/src/alias.clj#L5

When performing a rollback with a migration id (and not a number of migrations to revert) the parsing of the id throws a "java.lang.NumberFormatException". It looks like ragtime should handle...

Would be nice to invoke joplin via boot tasks. http://boot-clj.com/

I'd like to write a migration that loads data from PG and indexes it with ES. What's the recommended way of doing that with Joplin?