Graphviz and Dot

2009-04-17 Thread Tobes
Hi folks I have a Sinatra application that uses Graphviz and Dot. I'm guessing that it won't be possible to host this on Heroku? If not, does anyone know of a good home where I could host it? I'd like something with the simlicity and scalability and general awesomeness that Heroku gives us. T

Re: Graphviz and Dot

2009-04-17 Thread Morten Bagai
Hi, Can you provide some links to the libraries you're seeking to use, and perhaps some info on binary dependencies? It's possible we can add support for these to our Dyno environment, but I'd have to know a bit more first. Thanks, Morten On Apr 17, 2009, at 10:10 AM, Tobes wrote: Hi

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
dot (and nice)is a command line app. Graphviz is the package/library name. It is in macports and basically all distributions. Most (all) ruby libraries are wrappers for the command line. The downside is it produces graphics. So it needs all the libraries to produce text in png, jpg, svg,

Re: Graphviz and Dot

2009-04-17 Thread Yuri Niyazov
Well, the whole thing already sounds like a no-go because heroku doesn't allow writing to the fs On Apr 17, 2009 2:27 PM, Keenan Brock kee...@thebrocks.net wrote: dot (and nice)is a command line app. Graphviz is the package/library name. It is in macports and basically all distributions. Most

Re: Graphviz and Dot

2009-04-17 Thread Tobes
Hi Morten Thanks for the fast reply :) I'm no linux build-master, so not sure about determining the dependencies. Installing Graphviz on a linux server of mine (using apt- get install graphviz) yeilded quite a large result (see end of this message). I fear it's a chunky beast :-( But maybe I've

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
Tobes. I too would love to see graphviz on heroku. Basically it is a program that writes text and lines to a png. So it needs to have good text support. I think this is the part that has so many libraries. It also supports so many formats that it needs libraries for all of them. These are

Re: Graphviz and Dot

2009-04-17 Thread Tobes
Again, thanks for considering all this. Keenan, I'll keep searching, and if I can delegate #2 (create graphics) to something like imagemagic then that would be awesome. I actually started out playing with ImageMagick, knowing you guys supported it, but couldn't find a way of handling the layout

Re: GIT push trouble

2009-04-17 Thread GreenAsJade
Heroku or herokugarden? You should post the transcript of your git push command. On Apr 18, 7:41 am, Heroku SA babychee...@lolcatbible.com wrote: Hi everyone I might be understanding this wrong. After quite a bit of local editing I push my code to the server with git. However - it

Re: File uploads timeout?

2009-04-17 Thread GreenAsJade
I've learned that there is definitely a 10MB upload limit through heroku, and the expectation is that if you're uploading big files to S3 you use a direct upload method. If anyone has had success with easy clean integration of a direct upload method please do share! Thanks, Martin. On Apr

Re: Database layer autoscaling?

2009-04-17 Thread Morten Bagai
Hi Marc, Unlike the web tier, we don't believe it's possibly to do horizontal +infinite auto-scaling of SQL databases. That is reserved for distributable document databases like CouchDb, MongoDb etc that will undoubtedly become an important part of the web application space in the near

Warning while installing 0.7.1 heroku gem

2009-04-17 Thread GreenAsJade
No definition for cState_configure is this bad? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to heroku@googlegroups.com To unsubscribe from this group, send email

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
Hi Tobin, Just a fellow heroku user like you. GraphViz does such great stuff. The layout is just great. Display is not as nice as something like OmniGraffle, but the layout is superior. (I think OmniGraffle hired the guy from ATT, and is doing great stuff merging the concepts between the

Re: Graphviz and Dot

2009-04-17 Thread Keenan Brock
Good call Ryan, Never thought imagemagick. That probably includes most of the dependencies that GraphViz would need. Also pruning down the supported formats to those 3 would probably prune down the additional libraries needed much further. Also, thanks Tobes for asking the question. I had