Category Archives: demo

Upgrading from Elasticsearch 1.x to 5.x – Live Coding Session

New Weekly Coding Live Stream In the first episode our all new weekly live streaming demo session, Blake talks about the recent push to migrate Exceptionless from Elasticsearch 1.x to Elasticsearch 5.x. One major part of this project has been updating Foundatio.Repositories and Foundatio.parsers, both of which are parts of our pluggable foundation block project for building …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

Filter Your Exceptions in Version 2.0 – Video Demo

If you’ve used Exceptionless, chances are a search or filter system would have helped you out more than once. We know, and we agree! That’s why we’ve made it a priority with Exceptionless 2.0, which is coming very soon. To expand on our previous “Exceptionless 2.0 User Interface FIRST LOOK” article, we want to give …Read More