Git Product home page Git Product logo

ray's People

Stargazers

Jordan Martz avatar Ali Rathore avatar Owais avatar iiivan avatar  avatar Florian Le Frioux avatar Yuan, Man avatar Abdulaziz avatar MA Jianjun avatar Sacha Arbonel avatar H avatar Ove Bepari avatar TiO2 avatar Crystal Silver avatar Joel Thomas avatar Anderson Araujo avatar Nestor Mata Cuthbert avatar Theofanis Despoudis avatar M. Olcay Tercanlı avatar Izzet Pembeci avatar chylvina avatar Vic avatar ohager avatar Wayne Werner avatar Gabriel Otero avatar Andre Alves Garzia avatar Yuki Mukasa ( a_r_g_v ) avatar Danilo Shiga avatar Cléber Zavadniak avatar Nadav Peretz avatar Guo Jia avatar David Gidwani avatar Nikolay Kolev avatar Kyle avatar Luan Nico avatar Adiyat Mubarak avatar roy cyril dosado avatar Regis Santos avatar  avatar Randy Chen avatar Diego Sorrilha avatar Filipe Amaral avatar Hilmi B avatar  avatar Nate Tangsurat avatar Amos Shapira avatar Stuart Butler avatar Jonathan Egol avatar Ted Dowd avatar Johni Douglas Marangon avatar Jérôme GROSSÉ avatar Sibelius Seraphini avatar Alexandre Souza avatar Arthur Alvim avatar Fernando Macedo avatar Gileno Filho avatar Caio Perdona avatar Manaia Junior avatar Horácio Dias Baptista Neto avatar Alex Coto avatar Samuel Husso avatar Roy E avatar Josh VanderLinden avatar Drazen Lazarevic avatar Zhao Xiaohong avatar Angel D. Munoz avatar iraj jelodari avatar Rogerio Marques avatar Fábio C. Barrionuevo da Luz avatar Thomas Marban avatar Gabriel Verta avatar Artem avatar Christopher Pourier avatar Aaron Eikenberry avatar Ezequiel Bertti avatar Jorge Alberto Díaz Orozco (Akiel) avatar Heath avatar Matt Makai avatar Sushant Taneja avatar Nicolas Teodosio avatar John Dennis avatar Matt Su avatar  avatar Augusto Andreoli avatar  avatar N37R09U3 avatar  avatar Leonardo Cabral avatar Ricky avatar Chanaka Jayamal avatar Lafaiet Silva avatar Sergey Vlasov avatar Peter avatar Vasya Poteryaiko avatar Bianca Pereira avatar Piotr Dawidiuk avatar MB avatar xg avatar Jeffrey Godwyll avatar Felippe da Motta Raposo avatar

Watchers

evandrix avatar Fernando Ultremare avatar Francesco Fienga avatar James Cloos avatar Regis Santos avatar Gabriel Verta avatar  avatar Matt Su avatar Felipe Volpone avatar Diego Sorrilha avatar Luis Felipe Miléo avatar  avatar Drazen Lazarevic avatar space avatar Horácio Dias Baptista Neto avatar  avatar Leonardo Cabral avatar Matheus Martins avatar Jay Jamieson avatar Benjamin Taiwo avatar Janio Melo avatar

ray's Issues

Implement RequestHook

Have a RequestHook would allow us to easily run code after and before each request go to an endpoint or action. As an example, it would be possible have the transaction control into the RequestHook class.

Example of API:

class TransactionRequestHook(RequestHook):
     
     # to check if it should run in the /api/_login request and in the /api/_logout request
     after_authorization = True  # or False 

    def after(self):
        pass

    def before(self):
        pass

Specify the HTTP method in @action

It would be nice to have the option to specify by which HTTP method an @action should be called.
Example:

@action('/test_action', method='POST')
    def any_action(self, model_id, parameters):
        pass

StringProperty() is undefined

I created a virtual environment and did a series of pip installs:

  • pip install ray-framework
  • pip install ray-sqlalchemy

I followed the documentation related to using ray-sqlalchemy, and got this error when I run the server:

*** Operational MODE: threaded ***
Traceback (most recent call last):
File "app.py", line 10, in
class UserModel(AlchemyModel):
File "app.py", line 11, in UserModel
name = StringProperty()
NameError: name 'StringProperty' is not defined
unable to load app 0 (mountpoint='') (callable not found or import error)

It is weird. At the top of my app.py, I have these:

from ray.endpoint import endpoint
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy import Column, Integer, String
from ray_sqlalchemy.all import AlchemyModel
from ray.wsgi.wsgi import application

How to deploy to Heroku

Is there any guide I can use to deploy a Ray-based application to Heroku? Is it possible?

Windows Installation issues

does the framework work in windows? or specific python version? i have an error i'm having on uwsgi package of ray-framework, which i guess its using a function that works only on specific OS? thank you

Add support to Python 3.x

What needs to be done:

  • Change from webapp2 to other URL binding tool, like cherrypy, bottle or use werkzeug directly.
  • Change the travis to test the project using python 3.5

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.