Welcome to Harvester, a service which fetch data from HarvestApp and have a simple API to get data out.
make create-config
HARVESTER_HARVEST_USER: [email protected]
HARVESTER_HARVEST_PASSWORD: secretpassword
# only use the actual name, e.g. "reload". *Not* the full url (reload.harvestapp.com)
HARVESTER_HARVEST_ACCOUNT: harvestapp_account_name
The credentials can be found in LastPass. Search for "Harvester API".
make up
When your terminal looks something likes this:
server_1 | *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
server_1 | *** Running /etc/my_init.d/harvester...
server_1 | *** Running /etc/rc.local...
server_1 | *** Booting runit daemon...
server_1 | *** Runit started as PID 10
server_1 | tail: unrecognized file system type 0x794c7630 for ‘/var/log/apache2/error.log’. please report this to [email protected]. reverting to polling
server_1 | tail: unrecognized file system type 0x794c7630 for ‘/var/log/syslog’. please report this to [email protected]. reverting to polling
server_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.28.0.2. Set the 'ServerName' directive globally to suppress this message
server_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.28.0.2. Set the 'ServerName' directive globally to suppress this message
server_1 | [Fri Apr 17 08:35:03.303829 2020] [mpm_prefork:notice] [pid 21] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 configured -- resuming normal operations
server_1 | [Fri Apr 17 08:35:03.303888 2020] [core:notice] [pid 21] AH00094: Command line: 'apache2 -D FOREGROUND'
server_1 | Apr 17 08:35:03 d37b70b08786 syslog-ng[18]: syslog-ng starting up; version='3.5.3'
The wait is over!
make create-admin
Fill in your password of choice and now you are ready to login with the user [email protected] and your new password at http://harvester.docker/login.
- Login: http://harvester.docker/login
- Admin: http://harvester.docker/admin
- Docs: http://harvester.docker/api/doc
For fetching data from the HarvestApp API and managing users.
Print the available configuration for the user command.
docker-compose exec server app/console help harvester:user
Print the available configuration for the fetch command.
docker-compose exec server app/console help harvester:fetch
Run the fetch command without parameters. Will fetch everything from HarvestApp (~30 minutes).
docker-compose exec server app/console harvester:fetch
Data from this month
docker-compose exec server app/console harvester:fetch `date "+%Y%m01"`
Since yesterday
docker-compose exec server app/console harvester:fetch --updated-yesterday
Delete entries and repopulate within a given time span
docker-compose exec server app/console harvester:refresh `date "+%Y%m01"`
Delete entries and repopulate within a static amount of days
docker-compose exec server app/console harvester:refresh --days=30
Harvester is currently hosted with Kubernetes at Google Cloud Platform in the project: reload-internal-alpha
It is deployed using helm
For more info, please see our helm-chart