Depending on how you want to expose it you could use a client library that
accesses something like ElasticSearch, or mongodb, or Redis. They are
document or key/value-based and would have flexible storage for the data.
Or you could have a really simple service exposing an API using some micro
Web framework like flask or bottle.
If you want to have the freedom to modify the back end without impacting
your running apps too much then the service route gives you that separation
where all of the logic is in the service and not the client.
On May 18, 2014 11:38 AM, "Eduardo Grana" <[email protected]> wrote:

> Hello People!
>
> I was thinking of doing a simple server for tracking the usage of some
> tools via web, something that,
> - accepts data and that you could retrieve it later in block.
> - give response to calls with simple arguments
>
> Any advice on what type of server to implement?
> Any advice on how or where to host it?
>
> Thanks in advance,
> Eduardo
>
> --
> Eduardo GraƱa
> www.eduardograna.com.ar
>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/CACt6Gr%3D1_cOL%3D6zkRdU0L5yAqdfHgqmM%3DLZ-5XmszKj08yyueg%40mail.gmail.com<https://groups.google.com/d/msgid/python_inside_maya/CACt6Gr%3D1_cOL%3D6zkRdU0L5yAqdfHgqmM%3DLZ-5XmszKj08yyueg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3%2B%2BX__it5UZp-M08gspRh%3D5kbRXb9cpek8KVjuuaMU%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to