Coder Social home page Coder Social logo

jdhollis / datomic-http-direct-example Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 19 KB

An example of how to configure API Gateway to proxy directly to a Datomic ion

Home Page: https://theconsultingcto.com/posts/http-direct-with-datomic-and-terraform/

License: Eclipse Public License 1.0

HCL 52.25% Shell 27.82% Clojure 19.94%
aws datomic terraform api-gateway vpc ion

datomic-http-direct-example's Introduction

datomic-http-direct-example

This is a starter template for integrating Datomic's HTTP Direct with a service using Terraform. You can read more about the approach on my site: HTTP Direct with Datomic & Terraform

This also assumes you have a global Datomic service set up like datomic-service.

You can read more about my approach to integrating Datomic here: Datomic with Terraform

AWS

All Terraform and scripts assume you have the AWS CLI tools installed. On the Mac, you can install them via Homebrew:

brew install awscli

Credentials

All of the Terraform assumes that you have configured your AWS credentials the following way:

~/.aws/credentials

[ops]
aws_access_key_id = …
aws_secret_access_key = …

~/.aws/config

[profile ops]

[profile ops-dev]
source_profile = ops
role_arn = …

[profile ops-tools]
source_profile = ops
role_arn = …

[profile ops-stage]
source_profile = ops
role_arn = …

[profile ops-prod]
source_profile = ops
role_arn = …

You can configure using aws configure or edit the files directly.

Deployment

Check out my deployment-pipeline and pipeline-example for examples of how to integrate with CodePipeline.

datomic-http-direct-example's People

Contributors

jdhollis avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.