All Projects → craftyphotons → Ten34

craftyphotons / Ten34

Licence: mit
A globally-distributed, eventually-consistent, 100% available key-value store ;)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Ten34

Locopy
locopy: Loading/Unloading to Redshift and Snowflake using Python.
Stars: ✭ 73 (-16.09%)
Mutual labels:  aws, database
Etcd Cloud Operator
Deploying and managing production-grade etcd clusters on cloud providers: failure recovery, disaster recovery, backups and resizing.
Stars: ✭ 149 (+71.26%)
Mutual labels:  aws, database
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (+44.83%)
Mutual labels:  aws, database
External Dns
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Stars: ✭ 4,749 (+5358.62%)
Mutual labels:  aws, dns
Ftl
The Pi-hole FTL engine
Stars: ✭ 776 (+791.95%)
Mutual labels:  database, dns
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (+465.52%)
Mutual labels:  database, dns
Cloudblock
Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Stars: ✭ 257 (+195.4%)
Mutual labels:  aws, dns
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+1168.97%)
Mutual labels:  aws, database
Shorty
🔗 A URL shortening service built using Flask and MySQL
Stars: ✭ 78 (-10.34%)
Mutual labels:  aws, database
Ecs Pipeline
☁️ 🐳 ⚡️ 🚀 Create environment and deployment pipelines to ECS Fargate with CodePipeline, CodeBuild and Github using Terraform
Stars: ✭ 85 (-2.3%)
Mutual labels:  aws
Timbala
Durable time-series database that's API-compatible with Prometheus.
Stars: ✭ 85 (-2.3%)
Mutual labels:  database
Aws Service Catalog Products
This repository contains a number of CloudFormation templates which can be used independently or as Products with AWS Service Catalog including the Open Source Tools AWS Service Catalog Factory and AWS Service Catalog Puppet. The templates include a number of the foundational AWS Services you may choose to manage Account Compliance including AWS Config, AWS CloudTrail and GuardDuty
Stars: ✭ 84 (-3.45%)
Mutual labels:  aws
Aws Lambda Go Proxy
⚡️ ☁️ Pass Lambda events to the application running on your machine | Debug real traffic locally | Forget about redeployments
Stars: ✭ 85 (-2.3%)
Mutual labels:  aws
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1352.87%)
Mutual labels:  database
Terraform Aws Ecs Codepipeline
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS https://cloudposse.com/
Stars: ✭ 85 (-2.3%)
Mutual labels:  aws
Terraform Aws Rabbitmq
Terraform configuration for creating RabbitMQ cluster on AWS.
Stars: ✭ 86 (-1.15%)
Mutual labels:  aws
Cdk Templates
Templates for aws cdk
Stars: ✭ 85 (-2.3%)
Mutual labels:  aws
1hosts
DNS filter-/blocklists | safe. private. clean. browsing!
Stars: ✭ 85 (-2.3%)
Mutual labels:  dns
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (+0%)
Mutual labels:  aws
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+1356.32%)
Mutual labels:  database

ten34

A globally-distributed, eventually-consistent, 100% available key-value store.

Route 53 isn't really a database, but then again, neither is Redis.

Corey Quinn

Usage

Creating a database

ten34 createdb route53://my.db

Deleting a database

ten34 dropdb route53://my.db

Setting a key

ten34 -d route53://my.db put foo bar

Getting a key

ten34 -d route53://my.db get foo

Deleting a key

ten34 -d route53://my.db del foo -d

Development

$ make build

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/craftyphotons/ten34. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the ten34 project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Additional Disclaimer

In addition to the terms of the MIT license, this project and its maintainers shall not be held responsible for costs and repercussions resulting from its use. This includes but is not limited to account closure by your cloud service provider for violating their terms of service and the disappointment of your peers for usage of this project for your actual database.

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].