Code Monkey home page Code Monkey logo

hiyoco's Introduction

hiyoco

hiyocoは,複数のサービスによって構成されたアプリケーションであり,以下の機能をもつ.

  1. Google カレンダーから予定を取得
  2. 取得した予定を,slackの特定のチャンネルに投稿
  3. 取得した予定の内容を,AIY Voice Kit を利用して発言

hiyocoは,以下のサービスによって構成されている.

  1. calendar_watcher

    • Google カレンダーから予定の取得を行うサービスである.
    • また,他のサービスに取得した予定を送信する.
  2. informant

    • calendar_watcherから取得した予定を,Slackに投稿するサービスである.
  3. sounder

    • calendar_wathcerから取得した予定の内容を,AIY Voice Kit を利用して発言するサービスである.
    • 動作環境として,AIY Voice Kit 上で動かすことを前提とする.

各サービス間での連携はgRPCによって実現されている. hiyocoと各サービスの関係の概念図を以下に示す.

hiyoco

Requirements

  • Ruby 2.4.3(for calendar_watcher)
  • Python 3.x(for informant and sounder)
  • AIY Voice Kit(for sounder)

Setup for production

TBA...

Setup for development

  1. ソースコードの取得
  $ git clone https://github.com/nomlab/hiyoco
  1. 各サービスのセットアップ

必要なサービスのセットアップを行う. 各サービスのセットアップ方法は,hiyoco/servicesの各サービスのディレクトリのREADMEに記されている. 具体的なリンクを以下に示す.

Usage

TBA...

Directory Structure

    hiyoco
    ├── docs/
    ├── proto/
    └── services/
  • docs
    • .protoファイルから生成したドキュメントを格納する.
  • proto
    • 各サービスが利用する.protoファイルを格納する.
  • services
    • hiyocoを構成するサービスを格納する.

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.