Live data from Hacker News

Crystal_api – fast and easy REST api for Postgresql written in Crystal

github.com

1–4 of 4 posts

Re: Crystal_api – fast and easy REST api for Postgresql written in Crystal

#2
This is my work in progres. I wanted to create full REST api to check if it's possible. I haven't though it can be as fast.

2-4* times faster than a Postgrest https://github.com/begriffs/postgrest 20* times faster than Rails (*for GET index)

Now it's refactored as shard so it should be much easier to use it.

Re: Crystal_api – fast and easy REST api for Postgresql written in Crystal

#3
post #2

This is my work in progres. I wanted to create full REST api to check if it's possible. I haven't though it can be as fast. 2-4* times faster than a Postgrest https://github.com/begriffs/postgrest 20* times faster than Rails (*for GET index) Now it's refactored as shard so it should be much easier to use it.

This would make a good "Show HN".

https://news.ycombinator.com/showhn.html

Re: Crystal_api – fast and easy REST api for Postgresql written in Crystal

#4
post #3
post #2

This is my work in progres. I wanted to create full REST api to check if it's possible. I haven't though it can be as fast. 2-4* times faster than a Postgrest https://github.com/begriffs/postgrest 20* times faster than Rails (*for GET index) Now it's refactored as shard so it should be much easier to use it.

This would make a good "Show HN". https://news.ycombinator.com/showhn.html

Thanks, I haven't knew about it. I'll put some more features and post link to article comparing performance.

My friend helped me with benchmark, but I'm who is writing article. https://github.com/bartekupartek/benchmark