Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 631 Bytes

tech_stack.md

File metadata and controls

63 lines (39 loc) · 631 Bytes

Technology Stack

Database

  • postgres v10.5
  • redis v5.0.1

Back end

  • Language: Ruby v2.5.3
  • Framework: Rails v5.2.2
  • key gems:
    • daemons
    • ransack
    • faraday
    • google-protobuftech_stack
    • ciri-crypto
    • ethereum.rb
    • cita-sdk-ruby
    • web3-eth
    • sidekiq

API

  • API Style: JSON-RPC 2.0
  • Project config: Application.config.api_only = true

Web Server

  • Web Server: Nginx
  • App Server: Puma

Deployment

  • Docker
  • Docker Compose

Git workflow

  • GitHub Flow

Background job processing

  • sidekiq

Scheduling

  • daemons