Hi, Rubens!

Thanks for sharing this!

I like to see UDL code in sources and folder=package structure for the source code.

Few ideas:

Why not save code without txt extention? Cls would go with .cls, include files with .inc and etc, like in this project, or  this project or in that one.

Would you please share a small screencast video of the general use cases which shows the key advantages and benefits?

Thank you in advance!

Hi, Arockia!

InterSystems Caché is multi-model DBMS - see the official information. Caché comes with 3 models "out-of-the box": Globals, SQL, Caché Objects.

Everything in Caché is stored in Globals, which are multidimensional key-value indexed variables with persistent nature.  The good visible explanation of "what is global" you can find in this Merge command article, or in @Rob.Tweed's article.

"Multi-model" means that:

- you can store data in the same database with different data models simultaneously.

- you can access the same data via different data engines if the data models are compatible: e.g.  you can operate with same data via Caché SQL, Caché Objects and Globals because they are compatible. Need to notice, that if you want to access globals, which are part of storage schema for Caché Objects and SQL it is safe to access only for read manipulations(or you should be very confident in what are you doing). For other types of manipulation better use documented model-related functions.

- you can use the data models which come "out-of-the box" (Globals, SQL, Caché Objects) and you can implement your own data-manipulation library with Caché ObjectScipt or bindable languages which would store the data in Globals in your own way, structure and logic. Using this approach you can implement literally any data model e.g. graph, document store, key-value, your-own-unique-extraordinary-database-model, but you would be responsible for the  support as well ;)

Hope that helps.
 

The Webinar is available on InterSystems Developers YouTube Channel too. Please welcome:

 

https://www.youtube.com/embed/flyLkIYCdFo
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

Please welcome!  

Hi, Colleagues!

We have a nice Follow member option, which gives you the way to be notified for all the contributions of a given member.

Here are the Top 10 most visible authors in April.

Number on the right shows the sum of unique views of author's articles gathered in April.

Top 10 Authors to Follow

Chris StewartPosts,  1639

Sean ConnellyPosts,  745

Ward De BackerPosts,  518

John MurrayPosts,  376

Evgeny ShvarovPosts,  216

Eduard LebedyukPosts,  184

Dmitry MaslennikovPosts,  164

Fabio GoncalvesPosts,  128

Daniel KutacPosts,  122

Alex LitkovetsPosts,  108

Top experts shows the sum of positive votes for answers member gathered in a given month.

Top 10 Experts

Sean ConnellyAnswers,  +15

Eduard LebedyukAnswers,  +11

John MurrayAnswers,  +9

Nicole AaronAnswers,  +6

Fabio GoncalvesAnswers,  +5

Timothy LeavittAnswers,  +3

Evgeny ShvarovAnswers,  +3

Dmitry MaslennikovAnswers,  +3

Anil MathewAnswers,  +3

Brendan BannonAnswers,  +2

We would add this "Who to follow" lists in next monthly articles digests.