What are the supported Connection String properties for MemSQL? - singlestore

This page describes the supported connection string properties for MySql Connector / .Net.
Which of these options are officially supported when connecting to MemSQL?
I suspect that options like SharedMemoryName and BlobAsUTF8IncludePattern are not. However, I couldn't find any official documentation for it.

I found some of the links which can help you identify your answer in the latest version of Singlestore 7.8 (on premises). However, i saw few special options in singlestore connector/.Net official documentation.
Link related to .Net/C# Connection for concurrent multi insert official documentation.
Go thru the above links from SingleStore's official documentation for more .Net connection related information.

Related

Advanced IIS tutorials or scenario based learning

Please anyone can provide me website link for IIS advanced tutorial or youtube channels where I can get complete knowledge about IIS
I think the best IIS learning tutorial is Microsoft's official documentation on IIS. I have read other blogs about IIS, but the content is not systematic and not as complete as the official documentation.
After all, IlS is a basic Internet service based on Microsoft Windows provided by Microsoft. It is the only official Web server on the Microsoft Windows platform, so the content covered by the official documents is also the most comprehensive.
In addition, this document is about the function and structure of various elements of the IIS configuration file, which can be learned together with the official documentation.
Hope my answer helps you.

query geospatial with azure function

I could not find any document on how to use docuementdb geospatial query using azure function using nodejs:
SELECT *
FROM Areas a
WHERE ST_WITHIN({'type': 'Point', 'coordinates':[31.9, -4.8]}, a.location)
DocumentDB provides support for geospatial queries. You can find the documentation here. You can use the queryDocuments() function in the node.js SDK found here.
Built in binding support for DocumentDB queries is coming soon, but is not yet released. We just wrapped the work up (see issue here in our repo for details). Once this is released, there will be a new sqlQuery binding property that you can set, with full query parameter support, etc.

NoSQL databases that officially support MonoTouch

I am having trouble finding a NoSQL databases that officially support MonoTouch via a local DB on the device. If their are, could someone provide a list of them here.
According to http://nosql-database.org/ there's siaqodb. Note that others might support MonoTouch without being mentioned in that site.
Edit: a few more clicks shows that HSS Database (from the same list) also supports MonoTouch.
You might also want to look at which ones support iOS (e.g. with Objective C) and see if bindings are available (or write your own).
Take a look on Couchbase Lite xamarin's component
RavenDB supports an embedded mode, and can run on Mono using the "Munin" storage engine option.
Although, there has been talk in the user group lately about dropping Munin, and it's not usually recommended for production, so it may not be a viable option.
I've not heard of someone using it with MonoTouch specifically, but there are some running it on Mono. If you try it, please update comments here with your findings. Thanks.
A bit late, but still relevant:
I'm the author of MarcelloDB, and I just released version 0.3.0 on nuget.
MarcelloDB is a document DB, built specifically for mobile apps (light-weight, low memory usage) and supports Xamarin Android and iOS as well as the windows platform.
I still have some features I want to add before reaching v1, but the file format and existing api are allready quite stable.

how can I find the sample document?

I have some troubles in WSO2.
is there any sample combining different servers together, in order to explain the mechanism of WSO2? for example, ASS and DSS, or ASS and mushup server, I find a sample of this, but without the document, like my second question.
in AS 5.0.0, I find some samples without notes in the README file. but get this "Please download the Documentation Distribution and refer to the Chad sample document for
detailed instructions on how to run the Chad sample."
how can I get the detail explanation in the website?
There examples are not in the official documentation, but sometime they are available in Wso2 OxygenTalk or having a look at Wso2 Developers, like:
http://charithaka.blogspot.co.uk/search/label/Data%20services
http://kasunweranga.blogspot.co.uk/2012/09/wso2-business-activity-monitor-200.html
http://chamaras.blogspot.co.uk/2008/09/enter-post-title-here.html
You can find the official documentation of ANY WSo2 Products on the official website, for AS for example is here: http://docs.wso2.org/wiki/display/AS500/WSO2+Application+Server+Documentation
have a look at the picture to have an idea:

Pentaho Geokettle and Geospatial Analysis Tutorials/EBooks

I'm looking for good resources to refer to, when configuring geokettle. The docs folder in the installation does not contain a user guide. I have googled for tutorials to no avail. Searching community.pentaho.com does not seem to yield any useful results. The samples folder in the installation contains some examples but I haven't quite found what I am looking for:
For example, pulling data from a database and have it show on a map.
If on the other hand, it is better to use a separate geospatial analysis tool with the community edition of pentaho and integrate to the BI Server, your suggestions are also welcome.
Any form of reference will be accepted.
Rumbi
I dont know for sure but have you tried the forum?
http://www.spatialytics.com/forum/
Also ask them on twitter perhaps: #FORUM_GeoBI

Resources