You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/services/track_record
Kartones 782d8e76e4
CDB-1788 Added Google Client and Dropbox APIs. Updated some gemfiles, including the yanked Virtus version
11 years ago
..
spec Remove references to simplecov and email_spec 11 years ago
track_record CDB-1788 Added Google Client and Dropbox APIs. Updated some gemfiles, including the yanked Virtus version 11 years ago
Readme.md Placeholder readme for track_record logging component 12 years ago
track_record.rb Tidy up file structure in TrackRecord 12 years ago

Readme.md

== Purpose

TrackRecord is a logging system for Ruby apps. It aims to support multiple storage backends (e.g text files, Redis, Postgres, etc).

The logging logic is kept separate from the storage logic. This means a different storage backend may be chosen for different use cases, depending on the complexity and specific requirements of the queries that will mine the stored log information.