I have been experimenting with the Heroku scheduler.
This means creating a custom process types.
We found a fun exception: You can’t put hypens in the name.
It does not fail with any kind of error, it just fails to install.
Random outpourings of a software developer
I have been experimenting with the Heroku scheduler.
This means creating a custom process types.
We found a fun exception: You can’t put hypens in the name.
It does not fail with any kind of error, it just fails to install.
Here is an example of using Angular to add d3 as a directive:
http://odiseo.net/angularjs/proper-use-of-d3-js-with-angular-directives
This looks like the obvious library to try using google cloud with:
I have been experimenting with using google Bigquery recently.
It looks to be an incredibly useful (and cheap) means of storing and using lots of data.
In fact it is so cheap that asking management for permission in a meeting can cost more in staff time than a years use of the data. This means that with the right policy it is possible to store whatever data you think might be of use.
The downside is the documentation. It looks comprehensive at first until you try to use it for something. The java code samples are full of sections such as:
// Insert useful code here
There does not even seem to be a comprehensive list of the datatypes so here goes:
STRING
BOOLEAN
TIMESTAMP
INTEGER
FLOAT
These fill in for where there should be key points (such as defining the fields in a Bigquery table).
Bigquery does have a sensible structure:
Projects are for billing.
These contain datasets that are used for access control (we have a set of these per environment : qa, demo).
Datasets contain tables (and views – but I have not used these yet).
http://www.liquibase.org/documentation/command_line.html
This could provide an easy means of building a tool to check the validity of a liquibase migration script (it would be good to use this as a preview).
I would recommend using the xml version of the migration scripts. YAML is too odd and has so little tool support. We lost an hours development time by a misplaced space in an index file…
This is a useful article on using S3 as a private maven repository:
http://jmchung.github.io/blog/2015/03/01/using-amazon-s3-as-a-private-maven-repository/
It is better to use this than try to use a git repository – git repos make inefficient mavern repos.