Here is the list of things:
i. Enterprise Security Features (landing page) - this part needs to be changed since we currently don't provide any security features. Though we still support logging, monitoring.
ii. Resize the diagrams on the Tigon Concepts Page. They look very odd now.
iii. Move TigonSQL Architecture info to an Advanced Section. For a first time user, they really need not know all the Arch info behind TigonSQL. It is better to mark this section as Advanced or move it to a separate section.
iv. Examples link at the bottom of the Developer Guide is not working.
v. Rearrange the examples in this order - HelloWorld, TwitterAnalytics, SQLJoinFlow. Also move the tigon-sql examples below these Flow apps.
vi. More info on discover, serviceinfo in the TigonSQL section : If the Flow is running in Distributed Mode on a cluster, you can use the discover and service info commands to find out the endpoints.
To this we need to add:
In the above example, if we execute ```serviceinfo <flow-name>``` in the Distributed CLI, we should see : httpPort tcpPort_intInput
Now we can discover the specific service (http or tcp endpoint) by executing: ```discover <flow-name> httpPort``` This is will display the hostname and port on which this service is running.
|