Search

Clear filter
Announcement
Anastasia Dyubaylo · Feb 3, 2022

Top InterSystems Community Contributors for 2021

Hey Developers, It's time to announce the Top Contributors of the InterSystems Developer Community for 2021!🎉 We are pleased to reward the most active contributors across all regional DC sites (EN, ES, PT, JP, CHN): Top Authors Top Experts Top Opinion Makers Let's take a closer look at the DC Wall of Fame 2021 and greet everyone with big applause! 👏🏼 Badge's Name Winners Rules Nomination: InterSystems Best-Selling Author 1st place: Gold Best-Selling Author 2021 @Yuri.Gomes 1st / 2nd/ 3rd / 4-20th place in "DC Best-Selling Author 2021" nomination. Given to authors whose articles gathered the maximum amount of views for 2021. Awarded to authors whose articles received the maximum number of views for 2021. 2nd place: Silver Best-Selling Author 2021 @Mihoko.Iijima @Robert.Cemper1003 3rd place: Bronze Best-Selling Author 2021 @姚.鑫 @Toshihiko.Minamoto 4 - 20th places: Best-Selling Author 2021 @Tani.Frankel @Alberto.Fuentes @Xuying.Zheng @Yunfei.Lei @Hao.Ma @Dmitry.Maslennikov@Evgeny.Shvarov @Henrique.GonçalvesDias@Anton.Umnikov @Megumi.Kakechi @Ricardo.Paiva @Shintaro.Kaminaka @Muhammad.Waseem @Jose-Tomas.Salvador @Nigel.Salm9724 Nomination: InterSystems Expert 1st place: Gold Expert 2021 @Robert.Cemper1003 1st / 2nd / 3rd / 4-20th place in “DC Expert 2021” nomination. Given to authors, who got the largest number of accepted answers for 2021. 2nd place: SilverExpert 2021 @Dmitry.Maslennikov @Eduard.Lebedyuk 3rd place: Bronze Expert 2021 @Vic.Sun @Marc.Mundt 4 - 20th places: DC Expert 2021 @Julius.Kavay@Vitaliy.Serdtsev @Jeffrey.Drumm @Timothy.Leavitt@Julian.Matthews7786 @David.Hockenbroch @Tani.Frankel @Nigel.Salm9724@Evgeny.Shvarov @Lin.Zhu@Yunfei.Lei@David.Reche @Toshihiko.Minamoto @Louis.Lu @Guillaume.Rongier7183 Nomination: InterSystems Opinion Leader 1st place: Gold Opinion Leader 2021 @Anastasia.Dyubaylo 1st / 2nd / 3rd / 4-20th place in “DC Opinion Leader 2021” nomination. Given to authors whose posts and answers scored the highest number of likes for 2021. 2nd place: Silver Opinion Leader 2021 @Robert.Cemper1003 3rd place: Bronze Opinion Leader 2021 @Yuri.Gomes 4 - 20th places: DC Opinion Leader 2021 @Angelo.Braga5765 @Dmitry.Maslennikov @Evgeny.Shvarov @Eduard.Lebedyuk@Andre.LarsenBarbosa @Nigel.Salm9724 @Olga.Zavrazhnova2637 @Henrique.GonçalvesDias@Henry.HamonPereira @Benjamin.DeBoe@Timothy.Leavitt@MikhailenkoSergey @John.Murray @Muhammad.Waseem @Oliver.Wilms @Benjamin.Spead @Mihoko.Iijima This list is a good reason to start following some of the great authors of the Developer Community. BIG APPLAUSE TO OUR WINNERS! Congratulations to all of you and thank you for your great contribution to the InterSystems Developer Community for 2021! P.S. Please take part in our annual survey and help us become better: 👉🏼 InterSystems Developer Community Annual Survey 2021 👈🏼 Big THANKS to the whole community for the interest and the trust in my contribution,Not to forget to thank the excellent support team and the fruitful cooperation within the community! I'm very happy to be top author on the best dev community. I love write about intersystems technologies. Many thanks for all. The badges design are very beautiful! Congratulations to everyone for a great 2021!! yeah! our brand new design 🔥 Good job guys.
Article
Yuri Marx · Jan 30, 2022

Upload into a InterSystems IRIS REST API

If you need create a upload REST API with IRIS is very simple. Do these procedures: From Postman client you send a file P.S.: It is a multipart form with a file type using "file" in the name. The request type is form/multipart. See the http request: POST /image-analyzer/postFile HTTP/1.1 Host: localhost:52773 Content-Length: 213 Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW ----WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="file"; filename="/C:/Users/yurim/OneDrive/Imagens/salesschema.png" Content-Type: image/png (data) ----WebKitFormBoundary7MA4YWxkTrZu0gW Do a REST API backend to get the file and save (upload): P.S.: pay attention if the destination folder has write permissions. Class dc.upload.UploadRESTApp Extends %CSP.REST { Parameter CHARSET = "utf-8"; Parameter CONVERTINPUTSTREAM = 1; Parameter CONTENTTYPE = "application/json"; Parameter Version = "1.0.0"; Parameter HandleCorsRequest = 1; XData UrlMap [ XMLNamespace = "http://www.intersystems.com/urlmap" ] { <Routes> <!-- post image --> <Route Url="/postFile" Method="POST" Call="PostFile" /> </Routes> } ClassMethod PostFile() As %Status { //try to do the actions try { Set info = {} Set source = %request.GetMimeData("file") Set destination=##class(%Stream.FileBinary).%New() Set destination.Filename="/opt/irisbuild/output/"_source.FileName set tSC=destination.CopyFrom(source) //reader open the file set result=destination.%Save() set info.return = result set info.message = "File saved into /opt/irisbuild/output/"_source.FileName Set %response.ContentType = ..#CONTENTTYPEJSON Set %response.Headers("Access-Control-Allow-Origin")="*" Write info.%ToJSON() Set tSC=$$$OK //returns error message to the user } catch e { Set tSC=e.AsStatus() Set pOutput = tSC } Quit tSC } }
Announcement
Anastasia Dyubaylo · Apr 4, 2022

InterSystems Globals Contest: Voting time!

Hey Developers, Let the voting week begin! It's time to cast your votes for the best applications in the Globals Contest! 🔥 You decide: VOTE HERE 🔥 How to vote? Details below. Experts nomination: InterSystems experienced jury will choose the best apps to nominate the prizes in the Experts Nomination. Please welcome our experts: ⭐️ @Benjamin.DeBoe, Product Manager⭐️ @Alexander.Koblov, Support Specialist⭐️ @Robert.Kuszewski, Product Manager⭐️ @Daniel.Kutac, Senior Sales Engineer⭐️ @Stefan.Wittmann, Product Manager⭐️ @Joel.Solon, Senior Technical Trainer⭐️ @Eduard.Lebedyuk, Sales Engineer⭐️ @Timothy.Leavitt, Development Manager ⭐️ @Steve.Pisani, Senior Solution Architect⭐️ @Evgeny.Shvarov, Developer Ecosystem Manager Community nomination: For each user, a higher score is selected from two categories below: Conditions Place 1st 2nd 3rd If you have an article posted on DC and an app uploaded to Open Exchange (OEX) 9 6 3 If you have at least 1 article posted on DC or 1 app uploaded to OEX 6 4 2 If you make any valid contribution to DC (posted a comment/question, etc.) 3 2 1 Level Place 1st 2nd 3rd VIP Global Masters level or ISC Product Managers 15 10 5 Ambassador GM level 12 8 4 Expert GM level or DC Moderators 9 6 3 Specialist GM level 6 4 2 Advocate GM level or ISC Employees 3 2 1 Blind vote! The number of votes for each app will be hidden from everyone. Once a day we will publish the leaderboard in the comments to this post. The order of projects on the contest page will be as follows: the earlier an application was submitted to the competition, the higher it will be in the list. P.S. Don't forget to subscribe to this post (click on the bell icon) to be notified of new comments. To take part in the voting, you need: Sign in to Open Exchange – DC credentials will work. Make any valid contribution to the Developer Community – answer or ask questions, write an article, contribute applications on Open Exchange – and you'll be able to vote. Check this post on the options to make helpful contributions to the Developer Community. If you changed your mind, cancel the choice and give your vote to another application! Support the application you like! Note: contest participants are allowed to fix the bugs and make improvements to their applications during the voting week, so don't miss and subscribe to application releases! Since the beginning of the voting we have the results: Expert Nomination, Top 3 iris-globals-graphDB by @Muhammad Waseem global-mindmap by @Yuri Marx Student score query by @yang.shijie ➡️ Voting is here. Community Nomination, Top 3 iris-globals-graphDB by @Muhammad Waseem global-mindmap by @Yuri Marx globals-tool by @Dmitry.Maslennikov ➡️ Voting is here. So, the voting continues. Please support the application you like! Here are the results after 2 days of voting: Expert Nomination, Top 3 global-mindmap by @Yuri.Gomes iris-globals-graphDB by @Muhammad Waseem ➡️ Voting is here. Community Nomination, Top 3 global-mindmap by @Yuri Marx Globals: Embedded Python vs. ObjectScript by @Robert.Cemper1003 globals-tool by @Dmitry Maslennikov ➡️ Voting is here. Experts we are waiting for your votes!Good luck to everybody! Voting for the InterSystems Globals Contest goes ahead! And here're the results at the moment: Expert Nomination, Top 3 iris-globals-graphDB by @Muhammad Waseem blockchain - [ IRIS python ] by @davimassaru.teixeiramuta global-mindmap by @Yuri Marx ➡️ Voting is here. Community Nomination, Top 3 Student score query by @yang.shiji iris-globals-graphDB by @Muhammad Waseem Globals: Embedded Python vs. ObjectScript by @Robert.Cemper1003 ➡️ Voting is here. What are current results? Developers! Only 2 days left till the end of the voting period. Please support our participants with your votes! At the moment we have next results: Expert Nomination, Top 3 global-mindmap by @Yuri.Gomes iris-globals-graphDB by @Muhammad Waseem globals-tool by @Dmitry.Maslennikov ➡️ Voting is here. Community Nomination, Top 3 globals-tool by @Dmitry.Maslennikov iris-globals-graphDB by @Muhammad Waseem Student score query by @yang.shiji ➡️ Voting is here. And don't forget! You can use your Technology bonuses to gain more points for your application! Have a nice weekend! Last day of voting! ⌛ Please check out the Contest Board.Our contestants need your votes! 📢 what is the result so far?
Question
Nagarjuna Podapati · Feb 10, 2022

InterSystems IRIS for Health Learning path

Dear Comminuty,Can you provide learning path recommendations to start on "InterSystems IRIS for Health"? Please check this article of @Yuri.Gomes https://community.intersystems.com/post/learning-path-beginners Thanks Waseem!This content is good enough to start.. Hi @Nagarjuna.Podapati We're building out several learning programs based on roles that will better help in the future here. But the paths exist today! What are you trying to accomplish with IRIS for Health? Based on what you're trying to accomplish, we can recommend a personalized set of learning paths. That said, if you're going to need to do most things or you're not sure yet, I recommend Getting Started with InterSystems (Health).
Announcement
Anastasia Dyubaylo · Sep 29, 2021

French Stream On InterSystems Technologies #5

Hey Community, Get ready for the next French Stream on InterSystems Technologies! The new monthly event hosted by @Guillaume.Rongier7183 for French-speaking developers familiar with InterSystems technologies will be live stream October 7th at 12:00 Paris time. You will discover all the news and tips related to our solutions! 👉 Direct link to join: https://youtu.be/Rbp-u-3vY-8 On the Agenda: 🗞 News https://marcusnoble.co.uk/2021-09-01-migrating-from-docker-to-podman/ https://community.intersystems.com/post/scrollable-resulset-pagination-sample https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme https://globalmasters.intersystems.com/challenges https://community.intersystems.com/post/use-systemexternal-interface-python 💡 Did you know? How to use a debugger on VSCode 🗂 Focus on InterSystems Analytics demo 👨‍💻 Let's talk with @Jacques.Huser, Technical Specialist at InterSystems Don’t miss the French Stream #5 👉 https://youtu.be/Rbp-u-3vY-8! Enjoy watching the prev streams on YouTube: Stream #1 Stream #2 Stream #3 Stream #4 Stay tuned!
Discussion
Yuri Marx · Oct 25, 2021

InterSystems IRIS Parquet file support

Hi community, The parquet file format is the evolution of the CSV file format. See the differences when you process data in the AWS using CSV and Parquet: Do you like to have support to parquet files in the InterSystems IRIS? Can you elaborate on what it would mean to support Parquet? The diagram appears to have come from this post: https://blog.openbridge.com/how-to-be-a-hero-with-powerful-parquet-google-and-amazon-f2ae0f35ee04 In that context, the query run time refers to acting on the file directly with something like Amazon Athena. Do you have in mind importing the file (which is what an IRIS user would currently do with CSV), or somehow querying the file directly? Support features: 1 - convert parquet file to an objectscript dynamic array and vice versa. 2 - pex business service to get parquet data. 3 - pex business operation to write parquet data. Ok, the below is from my limited knowledge so may need correcting. The base file format is simple, the complication is the compression methods (which includes encoding) used and making sure that is all supported as it is part of the actual file format specification. I have issues with some of the speed claims as they seem to stem from statements that the column based, as opposed to row based layout, means it doesn't have to read the whole file but that is pretty limited, as long as you need to look at a single record and the last field then you still have to read through the whole file. It also ignores that for most of the usage I have had of CSV files I have needed to ingest the whole file anyway. Any other speed improvements are likely due to the code and database ingesting/searching the data not the format itself. That doesn't mean there aren't advantages. It may be easier to write more efficient code and the built in compression can reduce time and costs. So the question is how popular is this format. Well it's pretty new and so hasn't made great inroads as yet, however, given Intersystems interest in "Big Data", ML, and it's integration with Spark etc... it does make sense as it is part of Hadoop and Spark. One thing to note though is that python already supports this through the PyArrow package and so this might be the best solution, simply use embedded python to process the files. Ok, thanks
Announcement
Anastasia Dyubaylo · Jan 10, 2022

InterSystems Datasets Contest: Voting time!

Hey Developers, Let the voting week begin! It's time to cast your votes for the best applications in the Datasets Contest! 🔥 You decide: VOTE HERE 🔥 How to vote? Details below. Experts nomination: InterSystems experienced jury will choose the best apps to nominate the prizes in the Experts Nomination. Please welcome our experts: ⭐️ @Benjamin.DeBoe, Product Manager⭐️ @Robert.Kuszewski, Product Manager⭐️ @Raj.Singh5479, Product Manager⭐️ @Carmen.Logue, Product Manager⭐️ @Stefan.Wittmann, Product Manager⭐️ @Thomas.Dyar, Product Manager⭐️ @Eduard.Lebedyuk, Sales Engineer⭐️ @Guillaume.Rongier7183, Sales Engineer⭐️ @Evgeny.Shvarov, Developer Ecosystem Manager Community nomination: For each user, a higher score is selected from two categories below: Conditions Place 1st 2nd 3rd If you have an article posted on DC and an app uploaded to Open Exchange (OEX) 9 6 3 If you have at least 1 article posted on DC or 1 app uploaded to OEX 6 4 2 If you make any valid contribution to DC (posted a comment/question, etc.) 3 2 1 Level Place 1st 2nd 3rd VIP Global Masters level or ISC Product Managers 15 10 5 Ambassador GM level 12 8 4 Expert GM level or DC Moderators 9 6 3 Specialist GM level 6 4 2 Advocate GM level or ISC Employees 3 2 1 Blind vote! The number of votes for each app will be hidden from everyone. Once a day we will publish the leaderboard in the comments to this post. The order of projects on the Contest Page will be as follows: the earlier an application was submitted to the competition, the higher it will be in the list. P.S. Don't forget to subscribe to this post (click on the bell icon) to be notified of new comments. To take part in the voting, you need: Sign in to Open Exchange – DC credentials will work. Make any valid contribution to the Developer Community – answer or ask questions, write an article, contribute applications on Open Exchange – and you'll be able to vote. Check this post on the options to make helpful contributions to the Developer Community. If you changed your mind, cancel the choice and give your vote to another application! Support the application you like! Note: contest participants are allowed to fix the bugs and make improvements to their applications during the voting week, so don't miss and subscribe to application releases! Developers! Do not forget, that you can get extra points for your application by using Technology Bonuses! To earn bonuses, please, complete this quick survey. Since the beginning of the voting we have the results: Expert Nomination, Top 3 Medical Datasets by @Muhammad.Waseem Health Dataset by @Yuri.Gomes ApacheLog-Dataset by @Evgeniy.Potapov ➡️ Voting is here. Community Nomination, Top 3 Medical Datasets by @Muhammad.Waseem Health Dataset by @Yuri.Gomes ApacheLog-Dataset by @Evgeniy.Potapov ➡️ Voting is here. So, the voting continues. Please support the application you like! Voting for the Datasets Contest goes ahead! And here're the results at the moment: Expert Nomination, Top 3 Medical Datasets by @Muhammad Waseem Health Dataset by @YURI MARX GOMES iris-kaggle-socrata-generator by @Henrique.GonçalvesDias ➡️ Voting is here. Community Nomination, Top 3 Health Dataset by @YURI MARX GOMES iris-python-faker by @Dmitry.Maslennikov iris-kaggle-socrata-generator by @Henrique.GonçalvesDias ➡️ Voting is here. Developers! Only 4 days left till the end of the voting period! And here are the results: Expert Nomination, Top 3 Medical Datasets by @Muhammad Waseem iris-kaggle-socrata-generator by @Henrique Dias Health Dataset by @YURI MARX GOMES ➡️ Voting is here. Community Nomination, Top 3 Medical Datasets by @Muhammad Waseem iris-kaggle-socrata-generator by @Henrique Dias iris-python-faker by @Dmitry Maslennikov ➡️ Voting is here. Today we have the next results: Expert Nomination, Top 3 Medical Datasets by @Muhammad Waseem iris-kaggle-socrata-generator by @Henrique Dias Health Dataset by @YURI MARX GOMES ➡️ Voting is here. Community Nomination, Top 3 iris-kaggle-socrata-generator by @Henrique Dias Medical Datasets by @Muhammad Waseem Health Dataset by @YURI MARX GOMES ➡️ Voting is here. Happy weekends! Last day of voting! ⌛ Please check out the Contest Board.Our contestants need your votes! 📢
Announcement
Derek Robinson · Jul 27, 2021

New Podcast: The InterSystems Kubernetes Operator

Episode 20 of Data Points features a conversation with Bob Kuszewski about the Kubernetes and the InterSystems Kubernetes Operator (IKO). Take a listen to hear about some of the use cases and features of IKO, plus how it compares to InterSystems Cloud Manager (ICM) within the cloud space. For all episodes of Data Points and to subscribe on your favorite app, check out https://datapoints.intersystems.com.
Announcement
Marco Alemagna · Jul 28, 2021

InterSystems Senior Developer (IRIS-CACHE)

An international Company ,whose Headquarter is based in Switzerland, is looking for a Senior InterSystems Developer who will join the new IT center based in Turin. The Senior developers will design, develop and help the operation of Event Processing Solution based on the IRIS Data Platform. He will work with the global teams (India, USA and Europe) and with external partners/vendors. He/she works in coordination with the in-place Community of Practices to ensure the coherence of the development with the program architecture. The Senior Developer will need to deliver several work packages with local/offshore resources. He/She will play a key role during the release process in coordination with both the development team and the Application operational team. QUALIFICATION AND EXPERIENCE Required: -At least 5 years' experience with InterSystems Technology (IRIS/CACHE) with experience in the following subjects: - COS (cache object script) & OO (object oriented) development using classes -SQL (both embedded and dynamic), class queries & SP (stored procedures) -Proven experience with Interoperability (aka Ensamble) in both design and implement solution in a complex production, experience with use of varius adaptators ( e.g. SQL, REST, HTTP) If you're interested in receiving more information about the company and the position, please fill free to send your curriculum at the following email address: marco.alemagna@ellipsis-partners.com
Article
Crys · Aug 12, 2021

launch with the intelligent eco-system in InterSystems

Being equipped by science and technology, human being have walked a long way by great inventions such as steam-engines or aeroplannes; while after decades, people gradually recognize that single creation could not lauch an industry-boom again. That is why and when, technologies grow up with a community, where are we now=P. An eco-system of technology would be born with the power of a system and grow up with the power of system-science, such as InterSystems, with which seated the letters "s-y-s-t-e-m". Graduated with M.S. of Information Systems, I've been deeply recognized the power of a system, in which is there the planet of Earth itself. Inter-discinplines with Computer Science and Health Care need quite a lot considerations. Difficulties are all-over and everywhere, which conducts very few contributor and explorers since it's too hard. Struggling in the dealing with issues in the area of health care by IT-solutions, encountered me the Ensemble. Out of my imagination, brought me it to a great world. The interoperability with consensus on Hl7 launches the IT-ecosystem towards integration. System Science tell-s us the power of Systems Thinking, while the Ensemble show-s us. That was the point where I found a good set of facilities and tools. Later on, together with Ensemble, IRIS and ai- machineLearning are also compatible on CloudComputing. Gradually being clear-er and clearer, the interoperability single "tree" has grown up into a forest/ecosystem like a base-electricity factory supplying electricPower. World is always going too fast to be predicted. For a world built by Cncf- CloudNativeS, the basic infrastruture by interoperability would be the core contributor in supporting a booming technological and scientific world=P. {p.s. grammer mistakes there or not. fixing and enjoying.} GPT-3 generated? ) i'm telling u: No. keep smiling pls.
Question
Bren Mochocki · Aug 16, 2021

Link to Download InterSystems Iris is down

It appears the link to download IRIS is down:https://download.intersystems.com/download/login.csp Thanks for the heads up @Bren.Mochocki! This is being looked into as we speak. No eta on when it will be restored as of right now.... @Bren.Mochocki , the link worked for me today; downloading is back. Try it again, please, and post back if you still have troubles. Erik
Question
Bren Mochocki · Aug 16, 2021

Link to Download InterSystems Iris is down

It appears the link to download IRIS is down:https://download.intersystems.com/download/login.csp !
Announcement
Anastasia Dyubaylo · Aug 9, 2021

Video: Adaptive Analytics in InterSystems IRIS

Hey Developers, Watch the new video on InterSystems Developers YouTube: ⏯ Adaptive Analytics in InterSystems IRIS Get an overview of InterSystems IRIS Adaptive Analytics, which brings ease-of-use and scalability to analytics end-users. Learn more about the benefits and availability of this new offering, announced in October 2020. 🗣 Presenter: @Carmen.Logue, Product Manager - Analytics and AI, InterSystems Enjoy and stay tuned!
Announcement
Anastasia Dyubaylo · Nov 25, 2021

French Stream On InterSystems Technologies #7

Hey Community, We invite you to join the next French stream on InterSystems Technologies #7, hosted by @Guillaume.Rongier7183! Date & Time: December 2nd, 12:00 Paris time. 👉 Direct link to join: https://bit.ly/30UV6xp On the agenda this month: 🗞 News https://community.intersystems.com/post/sql-search-index-json-objects#comments0 https://community.intersystems.com/post/how-script-download-installation-kits-wrc SQL Load statement demo: https://docs.intersystems.com/iris20212/csp/docbook/DocBook.UI.Page.cls?KEY=RSQL_loaddata Tradeshows & Conferences : https://santexpo.live/ https://www.supplychain-event.com/ https://www.aiforhealth.fr/ https://www.meetup.com/fr-FR/FHIR-France/events/278358909/ 💡 Did you know? Data type: VarString vs String Neat trick: how to change max RAM process limit on the fly (OnInit + $ZStorage) 🗂 Focus on Python & InterSystems IRIS: How to interact with InterSystems IRIS in Python Don’t miss the French Stream #7 👉 https://bit.ly/30UV6xp Enjoy watching the prev streams on YouTube: Stream #1 Stream #2 Stream #3 Stream #4 Stream #5 Stream #6 Stay tuned!
Announcement
Anastasia Dyubaylo · Nov 29, 2021

InterSystems Security Contest: Voting time!

Hey Developers, This week is a voting week for the InterSystems Security contest! So, it's time to give your vote to the best solutions built with InterSystems IRIS. 🔥 You decide: VOTING IS HERE 🔥 How to vote? Details below. Experts nomination: InterSystems experienced jury will choose the best apps to nominate the prizes in the Experts Nomination. Please welcome our experts: ⭐️ @Andreas.Dieckow, Principal Product Manager⭐️ @Robert.Kuszewski, Product Manager⭐️ @Raj.Singh5479, Product Manager⭐️ @Sean.Klingensmith, Senior Systems Developer⭐️ @Wanqing.Chen, Systems Developer⭐️ @Pravin.Barton, Developer⭐️ @Timothy.Leavitt, Development Manager⭐️ @Francois.LeFloch, Senior Solutions Engineer⭐️ @Marc.Mundt, Senior Sales Engineer⭐️ @Eduard.Lebedyuk, Sales Engineer⭐️ @Alberto.Fuentes, Sales Engineer⭐️ @Guillaume.Rongier7183, Sales Engineer⭐️ @Evgeny.Shvarov, Developer Ecosystem Manager Community nomination: For each user, a higher score is selected from two categories below: Conditions Place 1st 2nd 3rd If you have an article posted on DC and an app uploaded to Open Exchange (OEX) 9 6 3 If you have at least 1 article posted on DC or 1 app uploaded to OEX 6 4 2 If you make any valid contribution to DC (posted a comment/question, etc.) 3 2 1 Level Place 1st 2nd 3rd VIP Global Masters level or ISC Product Managers 15 10 5 Ambassador GM level 12 8 4 Expert GM level or DC Moderators 9 6 3 Specialist GM level 6 4 2 Advocate GM level or ISC Employees 3 2 1 Blind vote! The number of votes for each app will be hidden from everyone. Once a day we will publish the leaderboard in the comments to this post. The order of projects on the Contest Page will be as follows: the earlier an application was submitted to the competition, the higher it will be in the list. P.S. Don't forget to subscribe to this post (click on the bell icon) to be notified of new comments. To take part in the voting, you need: Sign in to Open Exchange – DC credentials will work. Make any valid contribution to the Developer Community – answer or ask questions, write an article, contribute applications on Open Exchange – and you'll be able to vote. Check this post on the options to make helpful contributions to the Developer Community. If you changed your mind, cancel the choice and give your vote to another application! Support the application you like! Note: contest participants are allowed to fix the bugs and make improvements to their applications during the voting week, so don't miss and subscribe to application releases! I liked the new expert method to choose the best apps, congrats! So! After the first day of the voting we have: Expert Nomination, Top 3 iris-disguise by @Henry.HamonPereira IRIS Middlewares by @davimassaru.teixeiramuta zap-api-scan-sample by @José.Pereira ➡️ Voting is here. Community Nomination, Top 3 Server Manager 3.0 Preview by @John.Murray passwords-tool by @Dmitry.Maslenniko iris-disguise by @Henry.HamonPereira ➡️ Voting is here. Experts, we are waiting for your votes! 🔥 Participants, improve & promote your solutions! Here are the results after 2 days of voting: Expert Nomination, Top 3 iris-disguise by @Henry Pereira Server Manager 3.0 Preview by @John.Murray zap-api-scan-sample by @José Roberto Pereira ➡️ Voting is here. Community Nomination, Top 3 iris-disguise by @Henry Pereira Server Manager 3.0 Preview by @John Murray passwords-tool by @Dmitry.Maslennikov ➡️ Voting is here. So, the voting continues. Please support the application you like! Voting for the InterSystems Security contest goes ahead! And here're the results at the moment: Expert Nomination, Top 3 iris-disguise by @Henry Pereira Data_APP_Security by @Muhammad.Waseem iris-saml-example by @Dmitry.Maslennikov ➡️ Voting is here. Community Nomination, Top 3 iris-disguise by @Henry Pereira API Security Mediator by @Yuri.Gomes zap-api-scan-sample by @José.Pereira ➡️ Voting is here. In the expert vote, how many points are computed for each expert's vote? Developers! Only 3 days left till the end of the voting period. Please support our participants with your votes! At the moment we have next results: Expert Nomination, Top 3 iris-disguise by @Henry Pereira iris-saml-example by @Dmitry.Maslennikov zap-api-scan-sample by @José Roberto Pereira ➡️ Voting is here. Community Nomination, Top 3 iris-disguise by @Henry Pereira zap-api-scan-sample by @José Roberto Pereira API Security Mediato by @Yuri.Gomes ➡️ Voting is here. Have a good weekend) Hey Yuri, I don't have this info. But from my point of view, it's pointless to know that, since we don't have the information of "current points". They changed the way of showing that for a reason, and this is where the fun lives. It will be a thriller until the end, and that's ok. Last day of voting! ⌛ Please check out the Contest Board.Our contestants need your votes! 📢