Category Archives: open source

2016 Recap – Let there be STATS!

We were curious, so we thought we would put together some stats for 2016, along with and a recap of some of the notable changes and progression. Enjoy! General Exceptionless Stats Over 120,000,000 events processed 4716 users 3614 projects 2809 organizations Release Stats Exceptionless Server: 7 releases 88 watching 774 stars 236 forks Exceptionless UI: …Read More

Introducing Foundatio – Pluggable Foundation Blocks for Building Distributed Apps

In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More

Introducing Foundatio – Pluggable Foundation Blocks for Building Distributed Apps

In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More

Exceptionless API Usage and Overview

So you’ve been using Exceptionless for a while, but you wish you had a different dashboard, or maybe you’d like to integrate event data into one of your apps. No problem, just use the API! Through our adventures while building Exceptionless, we’ve kept open source, automation, and ease of use in mind. With that, we think our API, …Read More

Sending Log Messages to Exceptionless

We’re all about exceptions, but sometimes, as developers, we run into bugs that don’t throw them but still cause major havoc in the system. There are also times we just need to record an event with a custom message to help track down bottlenecks, etc. That’s where Exceptionless meets log messages. In Exceptionless 2.0, you can …Read More

New Support for NancyFX – Thanks Luisrudge!

We’ve had our first substantial pull request! Luisrudge has become the first non-trivial contributor to the Exceptionless real-time error reporting project on GitHub, with his NancyFX integration. If you’re a NancyFX user, you can find the Nancy package in our NuGet gallery. As a token of our appreciation, Luis received a free year of hosting! …Read More