Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

langrove-plugin-google

Package Overview
Dependencies
Maintainers
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langrove-plugin-google

  • 0.1
  • Rubygems
  • Socket score

Version published
Maintainers
8
Created
Source

Plugin::Google

  • Intergates GoogleSpreadsheet support into the LanGrove persistance layer.

gem install langrove-plugin-google

Implements

Supports

Caveats

  • Only performs updates to SpreadSheet at specified intervals.
  • Updates by row number, a sort that reorders rows while an update is in progress may cause perculiarities
  • Done as an experiment (may not function all that terrifically)

Benefits

  • Updates columns by name, additional columns not in the capsule will not be affected.

Example

Configuring the plugin.

	...

	:plugins:
		:a_google_doc:
			#
			# reality may differ (unimplemented)
			#
			:class: GoogleSpreadsheet
			:google_key: 0Ak66wsrXSMqjdEV
			:username: can_edit@gmail.com
			:password: passrod

			#
			# Buffered: calls to store() accumulate
			# and a batched update runs at the
			# specified interval (seconds)
			#
			:interval: 600

			#
			# Column name containing row key
			#
			:key: 
				:key_column_name: :key_column_name

	...

Assigning the plugin to a daemon.


	...

	:server:
		:behavior:
			:persistable:
				:plugin: :a_google_doc
				:at:
					:handler_after_receive: 
					#
					# will default to storing the caspsule 
					# after the Handler.receive( data )
					# method returns.
					#

	...

FAQs

Package last updated on 02 Aug 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc