这是indexloc提供的服务,不要输入任何密码
Skip to content

rebeccalarner/actions

 
 

Repository files navigation

Looker Integration Service

This service provides a stateless server that implements Looker's Integration API and exposes popular integrations.

Looker hosts a version of this service for you, but it's open source so you can contribute additional integrations or host an instance of the service within your own infrastructure.

Contributing

We're hoping that this project makes it really easy to contribute new integrations.

The service is a Node.js server written in TypeScript.

If you're not familiar with TypeScript it's a small layer on top of modern JavaScript that adds type information to help catch programming errors faster. If you're familiar with JavaScript, most of the language should be familiar to you.

The project is written with the most current JavaScript style and features (currently ES2015) to help improve code clarity and expressiveness.

Requirements

To get started contributing a service you'll need to install:

  • Node.js

    The project is set up to use NVM to select the proper Node.js version.

  • Yarn

When you've got those installed on your machine, run yarn install to install all the dependencies.

You can get a development server running with yarn dev.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.7%
  • JavaScript 38.0%
  • Shell 0.1%
  • Python 0.1%
  • HTML 0.1%
  • Dockerfile 0.0%