Graphgist - local database - graph

I'm interested in Graphgist and was reading through some pages.
I didn't find if there is a possibility to connect my local Neo4j database with a graphgist?
Can someone tell me more?
Thanks a lot and Greetings
Tobias

You can take a look at the OpenSource repository of GraphGist CMS, clone it and configure it to use your local neo4j connection.
https://github.com/neo4j-contrib/graphgist-cms

Related

How to connect Presto to SAP

I need help to connect my Presto to SAP HANA.
I wasn't able to find any jars online (Presto official site and SAP official site).
I want to view query and edit tables through Presto.
found this online https://groups.google.com/g/presto-users/c/e_IY70ql008
but I need a jar specific for SAP so I'll be able to parallel the connections to it.
Thanks for anyone who can help!

Configure kairosdb with graphite

The graphite document says we can use the kairosdb for storing metrics but I could not find a clear guide on how to configure graphite to pull data from kairosdb. I chose kairos DB because it supports REST API to publish data. Could someone help by pointing to any resource which talks about configuring graphite to use kairosdb? Thanks in advance.
I think I got it figured it out. To plug a different datasource other than Whisper, we need a finder plugin as documented here and the Kairosdb plugin is here.

Configuring Internet facing deployment (IFD) for CRM 2013

What are the benefits and drawbacks of using IFD?
What are the steps for configuring IFD?
Is it possible to test configure IFD on Virtual Machine? If yes, please guide about the steps?
And if not? where to implement the procedure?
I have not implemented the CRM. and got assignment to implement IFD.
PS: I really want to implement all the things on my own. just need right way to do the things.
Thanks in advance for the Guidance.
Interactive webs has a good description for ADFS/IFD on https://www.interactivewebs.com/blog/index.php/crm-2013/crm-2013-ifd-setup-with-adfs-3-0-on-windows-2012-r2-hosted-setup/
You can do the setup on a VM, make sure that the DNS is setup properly and it should work.
If you haven't worked with CRM at all it might be some bumps getting this working IMHO so it might take some time.
The pro of having an IFD CRM is that it's reachable from everywhere without having to use VPN, the drawback might be that it is no longer behind a firewall.

odbc apps script

We have a core application that allows for ODBC connections. Currently I use MS Excel or Access to create reports. Many times per week I print them to .PDFs and email them to managers (not all managers have access to our core application). We have Google Apps and I was wondering if anyone had any experience connecting ODBC with GAS. I like to think my process could be better automated.
I also have databases that I have made available to users through Excel for dynamic reporting. I was wondering if I could migrate that to the GAS environment, also.
Any help or guidance would be greatly appreciated.
You could use JDBC to connect to the underlying database and then create your reports and other data manipulation in GAS.
See link for documentation\examples: https://developers.google.com/apps-script/jdbc

Windows 8 App - Sqlite synchronization with Skydrive

currently I am writing a Windows 8 App with Sqlite as a database. I want to give the user the ability to view his data in every instance of the app on any device. Usually this problem could be easily solved by using a online database like Windows Azure. But this is not an option in my case.
Is it a good idea to use Microsoft's free service "Skydrive" as a platform to synchronize database files among several devices? Does somebody know any open source projects or blogs that are dealing with this problem that could save me some time for writing the necessary code?
If it's a bad idea, which other options are there that I could use. I want to keep Sqlite as the database for my App.
I am glad to get any kind of feedback or links to resources that might help me.
Best regards
Philipp
imo it isn't a good idea cause the access to db files is to easy. Ofc you can say that access to database files is easy cause you need to just know the app data path to package of your app but still it`s much more difficult than just opening skydrive. And think what would happen if someone would make this directory on skydrive as public.
I would combine local db and online db. Online db as a service for synchronizing data and local db for normal work.

Resources