Code examples
Where can I download NW_Orders.xml and other databases that you use in your code examples?
-
That is a reference to the Northwinds Sample DB (SQL Server) which can be found online. I recommend pulling the latest instnwnd.sql version from gihub here - https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs.
There are video tutorials if you need them on how to download/restore the Northwinds Database here - https://www.youtube.com/results?search_query=instnwnd.sql+installation
Regards,
Johnny0 -
EDIT: It looks like you can reference the sample XML via a URL like
https://sampleapps.logianalytics.com/LambdaExV2/_SupportFiles/NW_SalesByCategory.xmlJust update the XML file name as needed.
It used to be that you could download the Logi sample as a zip package and all files were included. It seems the screen I'm used to has disappeared. The longer way to solve this is to download the Northwind sample database. There are lots of copies floating around, but here is a link https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs.
The DevNet samples use XML so that you don't have to worry about setting up database servers and connections. If you can't get ahold of the XML then create a new database with Northwind and set up Logi accordingly.
If you have a support plan I'm sure you can reach out or reach out to your Account Exec. I would expect this is something they have.
1 -
Blake Good catch on the xml link.
I just pulled the D3 Sample Application and it includes the full NW XML file reference in _SupportFiles - https://devnet.logianalytics.com/hc/en-us/articles/360050736373-D3-js-Sample-Application
Beamon - If you click the link to download the .lgxzip application there, then double-click the lgxzip, the sample app will load into a Studio session and you'll be able to see/pull the NW data from there.
Regards,
Johnny0
Please sign in to leave a comment.
Comments
3 comments