# heroku-td-agent
**Repository Path**: ProjectOpenSea/heroku-td-agent
## Basic Information
- **Project Name**: heroku-td-agent
- **Description**: Treasure Agent on Heroku platform (accept HTTP logging)
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-07-25
- **Last Updated**: 2025-08-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Treasure Agent on Heroku
This repository contains everything to run Treasure Agent on Heroku. [HTTP plugin](http://docs.fluentd.org/articles/in_http) is used to receive the streaming logs. For further information, please look at [this documentation](http://docs.treasuredata.com/articles/heroku-rest).
## Setup
There is no step 1. Just click on the Heroku Deploy button here.
By default, a new Treasure Data account is created. If you already have an account with a [Treasure Data API key](http://docs.treasuredata.com/articles/get-apikey), fill out the "TREASURE\_DATA\_API\_KEY\_OVERRIDE" field.
## Testing
# debug
$ curl "http://.herokuapp.com/debug.test?json=%7B%22json%22%3A%22message%22%7D"
# import
$ curl "http://.herokuapp.com/td.sample_db.sample_table?json=%7B%22json%22%3A%22message%22%7D"