distributed rendering best option - rendering

Please suggest some good options for distributed rendering
i know a few of them like loki render and drqueue, lux renderer
if some one already using any of the above or something else please suggest which is the best option

If you're not worried about 'leaking' proprietary info try using the community
http://www.renderfarm.fi/

Related

a proper replacement for Cesium map engine

I used to work with Cesium ion and their map engine in my project.
I want to know if there are any better or equal map engines out there.
found some options and am not sure about them.
MapTiler
Carmenta
ArcGis (Although I'm not sure about this one)
Thanks in advance
Please check these open sources. worldwind, webglearth, itown
You can reach out to support#maptiler.com and share more context about your project. We are happy to help you.
Jiri

Realm's DBEngine is not open source. Can I still use it?

I want to use Realm in a react native application I am developing. While going through the documents, I noticed that core DBEngine is not open source (The license is Apache 2.0 though). Does it mean I can't use it without contacting realm? How does a combination of opensource and "not open-source" license work? I am a little confused here. Can someone please help me with this?
Thanks.
According to the FAQ it is totally free:
Do I have to pay to use Realm?
No, Realm is entirely free to use, even in commercial projects.
https://realm.io/docs/swift/latest/#faq

Custom LoopBack Model with Created/Modified

It looks like the built in LoopBack models are baked with "create/modified" date fields. Is there an easy way to add this to "generated" models? I've been looking through the docs but can't find anything in the model docs- http://docs.strongloop.com/display/public/LB/Defining+models
Any suggestions?
I'm pretty sure this is what you are looking for: https://github.com/clarkbw/loopback-ds-timestamp-mixin
There is no built-in way ATM. I suggest using an operation hook mixed with new Date(). See http://docs.strongloop.com/display/public/LB/Operation+hooks#Operationhooks-beforesave.

How to script automatic actions on web?

Its a very general question:) For example I want to be able to automatically check if a page was updated, or to make some daily action online... Where would I start with that? Which languages/programs could be used?
I would go with this awesome Groovy library - Geb.
I use this tools too. I like Geb! But you can try Java + Selenium.
You choice depends on the task you need to do and understand the approach the tool for you or not.

Is there a non-Adobe equivalent of Axiis?

I want something like Axiis, but without using Flex or other Adobe products.
Have a look at the JavaScript InfoVis Toolkit. Also, maybe the gRaphaël charting library (built on top of Raphaël) can suit your needs.
Others:
Ajax.org
Google Chart API
flot
Style Chart
Bluff
JS Charts
jqPlot
pChart
ExtJS
Vizualize
TufteGraph
milkchart
DojoX Data Chart
jQChart
PlotKit
See whether one of these suits your needs best.
The closest I can think off the top off my head is Google Visualization API
Of course, AFAIK, this will only work for on-line applications. And is Google any less evil than Adobe is a question for you to decide :)
This is a pretty open question, as you havent specified any preference for any particular technology or language.
I do a lot of WPF/C# stuff so I immediately start looking on that stack. Assuming that this would be a suitable platform, then Visifire might be worth looking at... I originally found them here on codeplex.
There seem to be a ton of third party paid for components that can do similar things. Telerik has some visualization tools that may also be worth having a look at.
Is thre any specific scenario that you are looking at, or any specific language? I think we may be able to suggest better alternatives if that was provided.
You could try protovis (JavaScript), looks quite similar.
You can use jqChart - HTML5 jQuery Chart Plugin