Amazon Timestream website screenshot

Amazon Timestream

Amazon Timestream is a fast, scalable, and serverless time series database service designed for IoT and operational applications. It makes it easy to store and analyze trillions of events per day at a fraction of the cost of relational databases, with built-in time series analytics functions and automatic data lifecycle management.

1 APIs 2 Features
DatabaseIotTime Series

APIs

Amazon Timestream API

The Amazon Timestream API provides programmatic access to manage serverless time series databases. It enables developers to create and manage databases and tables, write time se...

Collections

Pricing Plans

Rate Limits

Amazon Timestream Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Automation

Automate operational tasks with Amazon Timestream.

API Access

Programmatic access to Amazon Timestream resources.

Use Cases

Cloud Operations

Use Amazon Timestream to manage and automate cloud operations.

Semantic Vocabularies

Amazon Timestream Context

0 classes · 6 properties

JSON-LD

API Governance Rules

Amazon Timestream API Rules

8 rules · 3 errors 5 warnings

SPECTRAL

JSON Structure

Amazon Timestream Database Structure

0 properties

JSON STRUCTURE

Example Payloads

Amazon Timestream Example

2 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon Timestream
  version: '2018-11-01'
items:
- info:
    name: Databases
    type: folder
  items:
  - info:
      name: Amazon Timestream Create Database
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/
      body:
        type: json
        data: '{}'
    docs: Creates a new Timestream database for storing time series data with configurable encryption settings.
  - info:
      name: Amazon Timestream Describe Database
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/#DescribeDatabase
      body:
        type: json
        data: '{}'
    docs: Returns information about the database, including the database name, time that the database was last updated, and
      the total number of tables found within the database.
  - info:
      name: Amazon Timestream List Databases
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/#ListDatabases
      body:
        type: json
        data: '{}'
    docs: Returns a list of your Timestream databases, with pagination support.
- info:
    name: Tables
    type: folder
  items:
  - info:
      name: Amazon Timestream Create Table
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/#CreateTable
      body:
        type: json
        data: '{}'
    docs: Creates a new table in an existing database with configurable data retention policies for memory store and magnetic
      store.
  - info:
      name: Amazon Timestream Describe Table
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/#DescribeTable
      body:
        type: json
        data: '{}'
    docs: Returns information about the table, including the table name, database name, retention duration of the memory store
      and the magnetic store.
- info:
    name: Write
    type: folder
  items:
  - info:
      name: Amazon Timestream Write Records
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/#WriteRecords
      body:
        type: json
        data: '{}'
    docs: Enables you to write your time series data into Timestream, writing records individually or in batches for optimal
      throughput.
- info:
    name: Query
    type: folder
  items:
  - info:
      name: Amazon Timestream Query
      type: http
    http:
      method: POST
      url: https://ingest.timestream.amazonaws.com/#Query
      body:
        type: json
        data: '{}'
    docs: Executes a Timestream query using a SQL-like syntax to retrieve time series data from your databases and tables.
bundled: true