Circular icon indicating copy to clipboard operation
Circular copied to clipboard

Survey: Who is self-hosting Circular?

Open julien-c opened this issue 11 years ago • 15 comments

Hello all,

I'm currently considering a backend rewrite for Circular, switching from PHP and maybe using a different DB engine.

Who is currently self-hosting Circular, so that I can assess how much of an impact that would represent on the community?

Best,

Julien

julien-c avatar Feb 15 '14 10:02 julien-c

If it ain't broke, don't fix it. Time could be spent better, e.g., on implementing features and fixing bugs.

I am going to try self-host version of Circular today. However to use it fully, I will probably have to implement persistent user sessions and fix twitter auth bug (currently it wants to autorize Circular app on every login).

lauris avatar Feb 19 '14 11:02 lauris

Hi @lauris,

Thanks for your input. Circular is a side project for me so it's also a way to learn new technologies and be a technological testbed of sort.

What's the issue with user sessions? They should be persistent.

julien-c avatar Feb 19 '14 11:02 julien-c

Well in that case, you should definitely do that. I was already using Circular.io and the app is pretty nice :)

Just checked the issue with sessions, seems that they are persistent indeed, but somehow I got the impression that they are not. Proably because I got logged out a lot.

lauris avatar Feb 19 '14 11:02 lauris

Hi @julien-c ,

Just came across this while looking into buffer alternatives. Have you thought of switching from php to node.js . I would stick with MongoDB

andykenward avatar Mar 30 '14 12:03 andykenward

@andykenward Yes, either Node or Go :)

julien-c avatar Mar 31 '14 08:03 julien-c

Are you still considering doing a rewrite?

cabbeer avatar Apr 25 '14 22:04 cabbeer

I vote for Go ;) and some modularity in social accounts (g+, fb, twitter etc.)

stp-ip avatar Nov 11 '14 17:11 stp-ip

I will put some work into an API rewrite in the coming days. Still undecided between Node and Go. Anyone interested in helping out?

julien-c avatar Mar 11 '15 17:03 julien-c

I vote for node!

cabbeer avatar Mar 24 '15 00:03 cabbeer

I'd like to help if you decide to make it in go.

potomak avatar Apr 01 '15 04:04 potomak

Guys – I actually have a branch sitting on my work computer with a few days' worth of work into rewriting Circular in Node. I need to get my shit together and actually push the branch now :)

If anyone wants to help: I'm using http://passportjs.org/ for social authentication, mongojs as my Mongo wrapper, and node-twitter.

Pretty swamped by work right now, but I'll try and put some work into finishing this at the end of the month (25/26).

Commenting here will help me keep it up, cheers!

julien-c avatar Apr 08 '15 19:04 julien-c

I'm disappointed by your choice, but thanks for all the work you've done so far.

potomak avatar Apr 08 '15 23:04 potomak

Hi Julien, are you currently still working on Circular? I've been busy building a docker image from the current source and would love to help.

danielpalstra avatar Jul 13 '15 21:07 danielpalstra

@danielpalstra is it possible to share your docker image?

patbaumgartner avatar Nov 01 '15 07:11 patbaumgartner

Hi @patbaumgartner I would love to share it, but unfortunately I don't have it anymore since I stopped using circular. I was using the composer https://hub.docker.com/r/composer/composer/ docker image in combination with the standard Mongo image.

danielpalstra avatar Nov 04 '15 20:11 danielpalstra