Giter VIP home page Giter VIP logo

talos's Introduction

Talos Backend

The primary backend umbrella app for Talos.

Docker

Docker is serving two purposes in this app. In development it ensures that everyone working on Talos is using the same version of Elixir, Postgres, Redis, ElasticSearch, etc. In production, it's used with Kubernetes for clustering and other OTP goodness.

Organization

TL (the top level module) is an Elixir Umbrella application wrapping several Elixir/OTP apps. Each app is intended to manage a particular domain concern.

TL.DB

This OTP app is the ecto app for working with Postgres. README

TL.Web

The web interface for everything. README

TL.RedditScraper

Scrapes reddit for posts (TODO). README

TL.Poster

Posts stuff (TODO). README

Configuration

All apps should run by default without config changes. Each app details it's own config options in it's README.

Commands

  • To start the web server run mix phx.server.
  • To start a console run iex -S mix
  • To start a console and webserver run iex -S mix phx.server
  • To run tests mix test
  • To rebuild the database mix do ecto.drop, ecto.create, ecto.migrate

talos's People

Watchers

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