Coder Social home page Coder Social logo

clubsync's Introduction

Clubsync

Tool for syncing Clubhouse API and a MySQL database of your choice. It pulls new data every 15 minutes by default.

Motivation

Clubhouse allows you to access all your organisation data via their API. Unfortunately, for complex queries you'll have to chain multiple requests to relate entities, and take care of throttling among others. By syncing Clubhouse data into a relational database, you won't have to worry about the details, just query your database for the information you need.

Run

Run the image

docker run \
  -e DB_NAME="clubsync" \
  -e DB_USER="clubsync" \
  -e DB_PASS="pass" \
  -e DB_HOST="localhost" \
  -e CLUBHOUSE_API_TOKEN="YOUR_TOKEN" \
  keyvanakbary/clubsync

Additionally, you can pass the following environment variables

  • DB_PORT, defaults to 3306
  • CRON_SCHEDULE, defaults to */15 * * * * (every 15 minutes)

Run the tool along with a MySQL database via docker-compose

CLUBHOUSE_API_TOKEN="YOUR_TOKEN" docker-compose up

Run just the database

docker-compose up mysql

Run the service via Mix

CLUBHOUSE_API_TOKEN="YOUR_TOKEN" mix run

Sync all via Mix task

CLUBHOUSE_API_TOKEN="YOUR_TOKEN" mix sync.all

clubsync's People

Contributors

keyvanakbary avatar

Watchers

James Cloos 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.