GithubHelp home page GithubHelp logo

jkp85 / core-server-old Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 117 KB

:moyai: Core server code used on child server types.

Home Page: https://3blades.io

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.79% Go 98.02% Shell 1.19%

core-server-old's Introduction

Codacy Badge Build Status Docker Hub codecov slack in

Core server

Core server used for child server types.

Includes the following functionality:

  • Authenticates to 3Blades server using JWT's
  • SSH remote after_success
  • Streaming log capabilities
  • Server environment variables
  • Cron server
  • RESTful endpoint server

Any image could conceivably use core-server functionality. We suggest building custom images with docker multi-stage builds. For example:

FROM 3blades/core-server AS core
FROM tensorflow/tensorflow:latest-gpu
COPY --from=core runner /runner
EXPOSE 8080

Copyright and license

Copyright © 2016-2017 3Blades, LLC. All rights reserved, except as follows. Code is released under the BSD 3.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.

core-server-old's People

Watchers

 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.