当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

elixir-boilerplate

授权协议 BSD-3-Clause License
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 倪德业
操作系统 跨平台
开源组织
适用人群 未知
 软件概览


This repository is the stable base upon which we build our Elixir projects at Mirego.
We want to share it with the world so you can build awesome Elixir applications too.

Introduction

To learn more about why we created and maintain this boilerplate project, read our blog post.

Content

This boilerplate comes with batteries included, you’ll find:

Usage

With GitHub template

  1. Click on the Use this template button to create a new repository
  2. Clone your newly created project (git clone https://github.com/you/repo.git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh YourProjectName)
  4. Commit the changes (git commit -a -m "Rename elixir-boilerplate parts")

Without GitHub template

  1. Clone this project (git clone https://github.com/mirego/elixir-boilerplate.git)
  2. Delete the internal Git directory (rm -rf .git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh YourProjectName)
  4. Create a new Git repository (git init)
  5. Create the initial Git commit (git commit -a -m "Initial commit")

Preferred libraries

Some batteries aren’t included since all projects have their own needs and requirements. Here’s a list of our preferred libraries to help you get started:

Category Libraries
Authentication ueberauth, pow
Asynchronous job processing oban
Emails bamboo, swoosh
File upload waffle
HTTP client tesla
HTML parsing floki
Pagination scrivener
Mocks mox, mimic
Search elasticsearch

License

Elixir Boilerplate is © 2017-2020 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md file.

The drop logo is based on this lovely icon by Creative Stall, from The Noun Project. Used under a Creative Commons BY 3.0 license.

About Mirego

Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We’re a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.

We also love open-source software and we try to give back to the community as much as we can.

  • elixir 规格 by Raman Sah 通过拉曼萨 In this post, we’ll discuss how to build a boilerplate Phoenix web app with user authentication and an admin panel, along with image upload in Elixir. 在本文中,我们将讨论如何使用用户身份验证

  • 原文 这是 ‘Elixir中的宏’ 系列的第二篇。上一次我们讨论了编译过程和Elixir AST,最后讲了一个基本的宏的例子trace。今天,我会更详细地讲解宏的机制。 可能有一些内容会和上一篇重复,但我认为这对于理解运作原理和AST的生成很有帮助。掌握了这些以后,你对于自己的宏代码就更有信心了。基础很重要,因为随着更多地用到宏,代码可能会由许多的quote/unquote结构组成。 调用一个宏

 相关资料
  • Elixir是基于python界有名的ORM库SQLAlchemy做的封装。而且是轻量级的封装,它提供了更简单的方式来创建Python类并直接映射到关系数据库表(即通常所说的Active Record设计模式),类似于Django中的ORM。 示例: class Person(Entity): name = Field(String(128)) addresses = OneToMan

  • Table of Contents Elixir plugin IDEs Features Project From Existing Sources Import project from external model Create project from existing sources New Project Structure Project Settings Module Settin

  • �� Timber - Great Elixir Logging Made Easy Timber.io is a hosted service for aggregating logs across your entire stack -any language,any platform,any data source. Unlike traditional logging tools, Tim

  • CURRENTLY NOT COMPATIBLE TO THE AETERNITY NETWORK This implementation aims to be a aims to be a full node that complies with the aeternity specification, in the current state this is not ready yet and

  • Elixir-Slack This is a Slack Real Time Messaging API client for Elixir. You'll need aSlack API token which can be retrieved by following the Token GenerationInstructions or by creating anew bot integr

  • Elixir Runtime for Google Cloud Platform This repository contains the source for the Elixir Runtime for theGoogle App Engine Flexible Environment.It can also be used to run Elixir applications inGoogl