Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
/ Incense Public archive

Burn an incense. Let it carry your data to (Google) cloud.

Notifications You must be signed in to change notification settings

itswindtw/Incense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incense

Burn an incense. Let it carry your data to cloud.

Incense is here for managing your Google Cloud data. It was created in 2016 since there wasn't an official API client library for Cloud Storage.

Installation

  1. Add incense to your list of dependencies in mix.exs:
def deps do
  [{:incense, "~> 0.2.0"}]
end
  1. Configure incense with your project name and JSON credentials (you can skip credentials if your application is running on GCE):
config :incense,
  project_name: 'hola'
  key: {:json, "path/to/your/google/credentials.json"}
  1. Ensure incense is started before your application (no required for recent versions of Elixir):
def application do
  [applications: [:incense]]
end

About

Burn an incense. Let it carry your data to (Google) cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages