Hi, If by *Out-Proc* you mean running Ignite as a standalone process, not as a part of an existing application, then yes, it's possible. You could run an ignite node from the shell using the startup scripts located in $IGNITE_HOME/*bin* directory.
As well you could create a separate app, the sole purpose of which would be running Ignite node. If SQL is everything you need, then JDBC <https://apacheignite.readme.io/docs/jdbc-driver> or ODBC <https://apacheignite.readme.io/docs/odbc-driver> driver could be used. Kind regards, Alex. On Tue, Aug 29, 2017 at 8:06 AM, shuvendu [via Apache Ignite Users] < [email protected]> wrote: > > Hi , > > Is there any configuration to make Apache-Ignite to run as Out-Proc > instead of in-Proc > > thanks > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Configure- > Apache-Ignite-as-Out-Proc-instead-of-in-Proc-tp16471.html > To start a new topic under Apache Ignite Users, email > [email protected] > To unsubscribe from Apache Ignite Users, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Configure-Apache-Ignite-as-Out-Proc-instead-of-in-Proc-tp16471p16486.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
