add a bunch more

This commit is contained in:
R.I.Pienaar 2015-03-19 21:12:57 +00:00
parent cc80a7c68c
commit f324893f51

View File

@ -17,11 +17,22 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar```
* https://www.flowdock.com/ - Chat and inbox, free for teams of 5 or less * https://www.flowdock.com/ - Chat and inbox, free for teams of 5 or less
## Code Quality
* https://landscape.io/ - Code Quality for Python projects, free for Open Source
* https://codeclimate.com/ - Automated code review, free for Open Source
## CI / CD ## CI / CD
* https://codeship.com/ - 100 private builds / month, 5 private projects. Unlimited for Open Source * https://codeship.com/ - 100 private builds / month, 5 private projects. Unlimited for Open Source
* https://circleci.com free for one concurrent build * https://circleci.com free for one concurrent build
* https://travis-ci.org free for public Github repositories. * https://travis-ci.org free for public Github repositories.
* https://drone.io/ - CI platform that includes browser testing, free for Open Source
## Security and PKI
* https://www.globalsign.com/en/ssl/ssl-open-source/ - Free SSL certs for Open Source projects
## Management Systems ## Management Systems
@ -41,13 +52,17 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar```
* https://nodequery.com/ - Free basic server monitor up to 10 servers * https://nodequery.com/ - Free basic server monitor up to 10 servers
* https://www.pingdom.com/free/ - 1 site free * https://www.pingdom.com/free/ - 1 site free
* https://www.opsgenie.com/ - Alert management with mobile push. 600 free alerts for 2 users a month * https://www.opsgenie.com/ - Alert management with mobile push. 600 free alerts for 2 users a month
* https://rollbar.com/ - Exception and error monitoring, free for prototypes and personal projects
* https://www.runscope.com/ - Monitor and log API usage. Single user 10 000 request/month free * https://www.runscope.com/ - Monitor and log API usage. Single user 10 000 request/month free
* http://www.circonus.com/ - Free for 20 metrics * http://www.circonus.com/ - Free for 20 metrics
* https://uptimerobot.com/ - Website monitoring, 50 monitors free * https://uptimerobot.com/ - Website monitoring, 50 monitors free
* https://www.statuscake.com/ - Website monitoring, unlimited tests free with limitations * https://www.statuscake.com/ - Website monitoring, unlimited tests free with limitations
* http://www.boundary.com/ - Free 1 second resolution for up to 10 servers * http://www.boundary.com/ - Free 1 second resolution for up to 10 servers
## Crash / Exception handling
* https://rollbar.com/ - Exception and error monitoring, free for prototypes and personal projects
* https://bugsnag.com/ - Free for up to 2000 errors a month after the initial trial
## Search ## Search
* https://swiftype.com hosted search solution (API and crawler). Free for a single search engine with up to 1000 documents. Free upgrade to Premuim level for open-source projects. * https://swiftype.com hosted search solution (API and crawler). Free for a single search engine with up to 1000 documents. Free upgrade to Premuim level for open-source projects.