Giter Site home page Giter Site logo

Ponzu + Buffalo about ponzu HOT 2 CLOSED

ponzu-cms avatar ponzu-cms commented on May 1, 2024
Ponzu + Buffalo

from ponzu.

Comments (2)

nilslice avatar nilslice commented on May 1, 2024

Hi @fbaube -

A family emergency prevented the original presenter (@bketelsen) from teaching the course, so I stepped in to do a "light" version of the class. I have not used Buffalo, but Brian has and even wrote a neat generator for caching Ponzu data responses in a Go app: ponzigen. This is the stack for the GopherCon site.

I believe you can think of Buffalo as the "front end" - designating routes, managing page templates, etc. You can use it for storing data in a SQL database as well, but if you want to use Ponzu's CMS, treat Ponzu as the main content datastore, and fetch the data via the Content API into the MVC flow of Buffalo. Since recording the video you mentioned, there have been several updates to Ponzu which enable full server application development, not just fetching the data from the CMS - issue all CRUD commands from API clients via the new api.Creatable, api.Deleteable, and api.Updateable interfaces. All of which could be accessed via a client app, such as one created with Buffalo.

You can treat Ponzu as a database and CMS for anything that speaks http though, so it could be the back end for you iOS apps, smart TV apps, JS web app, etc. Buffalo included!

I don't plan to do a video about Ponzu + Buffalo, but I'd like to see one! I do intend to release a few videos highlighting more of Ponzu-specific features in the future though, so who knows -- maybe there will be something related to Buffalo if I get around to trying it out.

Steve

from ponzu.

fbaube avatar fbaube commented on May 1, 2024

I was hoping for a cookbok presentation that would take me from zero to Ponzu-Buffalo integration in 60 minutes or less .. but that might be too much to hope for, if there is an impedance mismatch.

from ponzu.

Related Issues (20)

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.