wsmoak
Well-known member
Hi! I haven’t been around lately, but I still have my Californians.
I wonder, what is everyone doing with their data? I have pieces of paper, index cards, a Google Docs spreadsheet… it’s not pretty.
I looked around to see if there was anything available, and the software packages I found were a) for Windows and b) mostly aimed at printing pedigrees. Not what I need.
I am interested in tracking…
- litter weights by date to see which does are producing the most meat
- carcass weights when they are processed
- how much I’m feeding, and the conversion rate
- the cost of feed and other inputs
I also need it to remind me when to add nest boxes, tell me when to expect kits, etc.
Extra points if I can enter the data on my phone while I’m out with the rabbits.
I have started an open source project to do this. It’s very early days — right now I am letting the data model emerge by entering data and then querying to see if I can get what I need out of it.
For example, I’m currently thrilled that after entering a pair of rabbits and recording when the doe was exposed to the buck, the ‘Schedule’ page says:
Doe C3 bred (to C4) 11/07 to 11/09. Add nestbox on Thu 12/04. Kits due Mon 12/08 to Wed 12/10. Remove nestbox on Sun 12/14.
Eventually this might be a nice calendar view and have push notifications, who knows! Right now the entire thing is plain text.
You can play with it at: https://blooming-refuge-2254.herokuapp.com
It’s wide open and public, so don’t enter anything sensitive. Also don’t expect anything you enter to stay there permanently.
(If you’re interested, the code lives at https://github.com/wsmoak/nivens-sinatra .)
I’m interested to know what kind of data YOU keep track of, and what you do with it.
Thanks!
- Wendy
I wonder, what is everyone doing with their data? I have pieces of paper, index cards, a Google Docs spreadsheet… it’s not pretty.
I looked around to see if there was anything available, and the software packages I found were a) for Windows and b) mostly aimed at printing pedigrees. Not what I need.
I am interested in tracking…
- litter weights by date to see which does are producing the most meat
- carcass weights when they are processed
- how much I’m feeding, and the conversion rate
- the cost of feed and other inputs
I also need it to remind me when to add nest boxes, tell me when to expect kits, etc.
Extra points if I can enter the data on my phone while I’m out with the rabbits.
I have started an open source project to do this. It’s very early days — right now I am letting the data model emerge by entering data and then querying to see if I can get what I need out of it.
For example, I’m currently thrilled that after entering a pair of rabbits and recording when the doe was exposed to the buck, the ‘Schedule’ page says:
Doe C3 bred (to C4) 11/07 to 11/09. Add nestbox on Thu 12/04. Kits due Mon 12/08 to Wed 12/10. Remove nestbox on Sun 12/14.
Eventually this might be a nice calendar view and have push notifications, who knows! Right now the entire thing is plain text.
You can play with it at: https://blooming-refuge-2254.herokuapp.com
It’s wide open and public, so don’t enter anything sensitive. Also don’t expect anything you enter to stay there permanently.
(If you’re interested, the code lives at https://github.com/wsmoak/nivens-sinatra .)
I’m interested to know what kind of data YOU keep track of, and what you do with it.
Thanks!
- Wendy