8000 GitHub - itswindtw/Incense: Burn an incense. Let it carry your data to (Google) cloud.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

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

41B8

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0