All Projects → yuuki → Diamondb

yuuki / Diamondb

Licence: other
[WIP] DiamonDB: Rebuild of time series database on AWS.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Diamondb

Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+563.27%)
Mutual labels:  aws, lambda, s3, dynamodb
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-72.45%)
Mutual labels:  aws, lambda, s3, dynamodb
Historical
A serverless, event-driven AWS configuration collection service with configuration versioning.
Stars: ✭ 85 (-13.27%)
Mutual labels:  aws, lambda, s3, dynamodb
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+9996.94%)
Mutual labels:  aws, lambda, s3, dynamodb
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+2192.86%)
Mutual labels:  aws, lambda, s3, dynamodb
Dazn Lambda Powertools
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
Stars: ✭ 501 (+411.22%)
Mutual labels:  aws, lambda, dynamodb
Aws Sdk Js V3
Modularized AWS SDK for JavaScript.
Stars: ✭ 737 (+652.04%)
Mutual labels:  lambda, s3, dynamodb
Aws Toolkit Vscode
AWS Toolkit for Visual Studio Code, an extension for working with AWS services including AWS Lambda.
Stars: ✭ 823 (+739.8%)
Mutual labels:  aws, lambda, s3
Aws Lambda Vpc Nat Examples
Example of setting up AWS lambda function with VPC and NAT
Stars: ✭ 92 (-6.12%)
Mutual labels:  aws, lambda, redis
Nightingale
💡 A Distributed and High-Performance Monitoring System. Prometheus enterprise edition
Stars: ✭ 4,003 (+3984.69%)
Mutual labels:  time-series, tsdb, monitoring
Heroic
The Heroic Time Series Database
Stars: ✭ 836 (+753.06%)
Mutual labels:  time-series, tsdb, monitoring
Awstaghelper
AWS bulk tagging tool
Stars: ✭ 98 (+0%)
Mutual labels:  aws, lambda, s3
Nodb
NoDB isn't a database.. but it sort of looks like one.
Stars: ✭ 353 (+260.2%)
Mutual labels:  aws, lambda, s3
Lambdaguard
AWS Serverless Security
Stars: ✭ 300 (+206.12%)
Mutual labels:  aws, lambda, dynamodb
Sherlock Holmes Partying In The Jungle
Parses AWS events payloads into a plain JavaScript object
Stars: ✭ 12 (-87.76%)
Mutual labels:  lambda, s3, dynamodb
Aws Testing Library
Chai (https://chaijs.com) and Jest (https://jestjs.io/) assertions for testing services built with aws
Stars: ✭ 52 (-46.94%)
Mutual labels:  aws, s3, dynamodb
Github To S3 Lambda Deployer
⚓️ GitHub webhook extension for uploading static pages to AWS S3 directly after commiting to master via Lambda written in Node.js
Stars: ✭ 23 (-76.53%)
Mutual labels:  aws, lambda, s3
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+7597.96%)
Mutual labels:  time-series, monitoring, tsdb
Arc.codes
The Architect web site! 🌩
Stars: ✭ 271 (+176.53%)
Mutual labels:  aws, lambda, dynamodb
Lamb
monitoring tool for better visibility when developing AWS Lambda functions
Stars: ✭ 11 (-88.78%)
Mutual labels:  aws, lambda, monitoring

DiamonDB: the rebuild of time series database on AWS

Build Status Go Report Card License

This software is still heavily under development.

What is DiamonDB?

DiamonDB is a reliable, scalable, cloud-based time series database.

  • Reliablity on top of well-known storage implementations
  • Horizontal scalability
  • Cost optimized
  • Compatible with Graphite API
  • Written in Go

Architecture

Overview

Development

Run server with Docker

make up

Build

make

Test

make test

Publications

  1. Yuuki Tsubouchi, Asato Wakisaka, Ken Hamada, Masayuki Matsuki, Hiroshi Abe, Ryosuke Matsumoto, “HeteroTSDB: An Extensible Time Series Database for Automatically Tiering on Heterogeneous Key-Value Stores”, The 43rd Annual IEEE International Computers, Software & Applications Conference (COMPSAC), pp. 264-269, July 2019. [paper]

Presentations

English

  1. HeteroTSDB: An Extensible Time Series Database for Automatically Tiering on Heterogeneous Key-Value Stores

Japanese

  1. サーバモニタリング向け時系列データベースの探究 / The study of time-series database for server monitoring
  2. 高度に発達したシステムの異常は神の怒りと見分けがつかない / IPSJ-ONE 2017 y_uuki
  3. 時系列データベースという概念をクラウドの技で再構築する

Thanks

astj, itchyny, haya14busa

LICENSE

Copyright 2017 TSUBOUCHI, Yuuki [email protected]

Licensed under the Apache License, Version 2.0 (the "License"): you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].