Live data from Hacker News

Ponzu – An open-source HTTP server framework and CMS in Go

github.com

31–40 of 43 posts

Re: Ponzu – An open-source HTTP server framework and CMS in Go

#32
post #12
post #8

Couldn't see any authentication system in Readme, Is there any auth mechanism that can be used for API usage?

According to the README it depends on golang.org/x/crypto/bcrypt and github.com/nilslice/jwt so it seems likely to have authentication on board and a way of using JWT tokens for API access.

How hard do you think it would be to add SAML/OAUTH2 authentication?

Re: Ponzu – An open-source HTTP server framework and CMS in Go

#35

Indexing - why don't u use bleve?

It's actually almost ready! Check out the ponzu-dev branch or look at the compare between it and master for the implementation. I would love to get some feedback as a first time Bleve user.

Well, I am not affiliated with bleve, but actively use it in my project where the data are in BoltDb but index is stored separately in bleve. It's really awesome package.

Re: Ponzu – An open-source HTTP server framework and CMS in Go

#36

Earlier quoted context omitted.

It's actually almost ready! Check out the ponzu-dev branch or look at the compare between it and master for the implementation. I would love to get some feedback as a first time Bleve user.

Well, I am not affiliated with bleve, but actively use it in my project where the data are in BoltDb but index is stored separately in bleve. It's really awesome package.

I agree :) sorry I wasn't more clear, but I have indexing already added with Bleve - it's in the ponzu-dev branch of the repo now. If you get a chance to browse the code lmk if you spot anything I have done incorrectly!

Re: Ponzu – An open-source HTTP server framework and CMS in Go

#37

havent looked at the reqdme or rtfa, but ponsu, if i'm not mistaken, is a sauce in japan used for dipping, it consists of soy sauce and citrus/lemon/lime flavoring, great with raw, grated daikon radish. in terms of this project, excellent, i actually wrote a lot of web apps using golang and found the main deficiency to be the templates, tried amber, ace, and even the default mustache/handlebars, but still think jade…

I spoke to a Japanese programmer friend on his opinion on projects named after Japanese words. His personal take was that many were at cringe level. Not just him, his group of friends regularly chat about the "cringiness" in their line group.

I promptly shared my project based on a Japanese name and provided entertainment for a few mins.

Re: Ponzu – An open-source HTTP server framework and CMS in Go

#39

havent looked at the reqdme or rtfa, but ponsu, if i'm not mistaken, is a sauce in japan used for dipping, it consists of soy sauce and citrus/lemon/lime flavoring, great with raw, grated daikon radish. in terms of this project, excellent, i actually wrote a lot of web apps using golang and found the main deficiency to be the templates, tried amber, ace, and even the default mustache/handlebars, but still think jade…

I spoke to a Japanese programmer friend on his opinion on projects named after Japanese words. His personal take was that many were at cringe level. Not just him, his group of friends regularly chat about the "cringiness" in their line group. I promptly shared my project based on a Japanese name and provided entertainment for a few mins.

Go visit Japan and check out English usage on their T shirts
Post reply on HN