Hey Developers!
We're pleased to announce the next competition of creating open-source solutions using InterSystems IRIS! Please welcome:
⚡️ InterSystems Multi-Model Contest ⚡️
Duration: January 11-31, 2021
1. Experts Nomination - winners will be determined by a specially selected jury:
🥇 1st place - $2,000
🥈 2nd place - $1,000
🥉 3rd place - $500
2. Community Nomination - an application that will receive the most votes in total:
🥇 1st place - $1,000
🥈 2nd place - $500
🥉 3rd place - $250
If several participants score the same amount of votes they all are considered as winners and the money prize is shared among the winners.
Who can participate?
Any Developer Community member, except for InterSystems employees. Create an account!
Contest Period
January 11 - 24: Two weeks to upload your applications to Open Exchange (also during this period, you can edit your projects).
January 25 - 31: One week to vote.
February 1: Winners announcement.
The topic
💡 Multi-model applications 💡
Develop a multi-model solution using InterSystems IRIS.
InterSystems IRIS is a multi-model DBMS. Yes, we store everything in globals, but we expose several APIs out-of-the-box which provide key-value, SQL, object, and document models of data management. And with IRIS you are able to develop your own model and expose the API which will provide some new data models, e.g. GraphDB, column-store, etc.
For this contest make an application that uses at least 2 different models to manipulate data, e.g. key-value and relational, Object and relational, DocDB and key-value.
The application should work either on IRIS Community Edition or IRIS for Health Community Edition or IRIS Advanced Analytics Community Edition.
The application should be Open Source and published on GitHub.
Helpful resources
1. Resources on models:
Documentation:
1.1. Globals (key-value)
Globals are sparse multidimensional arrays that could be stored and managed within the IRIS database. You can deal with Globals using ObjectScript and Native API.
Tools:
Documentation:
Articles:
Videos:
1.2. SQL access
InterSystems IRIS provides SQL access to data using via ObjectScript/REST API and ODBC/JDBC.
Tools:
Documentation:
Articles:
Videos:
1.3. Object Access
InterSystems IRIS provides the way to store and change instances of objects in globals via ObjectScript/REST API, Native API for Java/.NET/Node.js/Python, and XEP for Java/.NET.
Documentation:
1.4. Document Access
InterSystems IRIS provides DocDB to store and manage JSON data documents via REST API and ODBC/JDBC(SQL).
Documentation:
2. How to submit your app to the contest:
3. Online courses:
4. Videos:
Judgment
Please find the updated voting rules here.
So!
Ready. Set. Code.
❗️ Please check out the Official Contest Terms here.❗️
Thats great!
One of the things you can do is to implement a new data model, after all InterSystems IRIS gives you a lot of freedom in data handling. For example, check this community projects:
You can add something else or improve existing MongoDB/Redis implementations
my theme! great!
if you're a JavaScript/Node.js developer, you can use the QEWD-JSdb abstractions of IRIS:
- Document database
- Persistent JavaScript Objects
- Redis-like Lists
- Redis-like key/object store
- Persistent XML DOM (with XPath querying)
See: https://github.com/robtweed/qewd-starter-kit-iris-networked
Take the introductory tutorial:
https://github.com/robtweed/qewd-starter-kit-iris-networked/blob/master/...
and then delve into the other database models:
- https://github.com/robtweed/qewd-starter-kit-iris-networked/blob/master/...
https://github.com/robtweed/qewd-starter-kit-iris-networked/blob/master/...
https://github.com/robtweed/qewd-starter-kit-iris-networked/blob/master/...
A whole world of multi-model opportunities to explore for this competition!
Hey guys,
We're pleased to invite you to join the upcoming kick-off webinar dedicated to the multi-model contest!
➡️ InterSystems Multi-Model Contest Kick-off Webinar
🗓 Monday, January 11 — 10:00 AM EDT
✅ Register here!
Hey Developers!
We started the InterSystems Multi-Model Contest!
Feel free to join us, we are waiting for your participation😎
Add your applications to our Contest board 🚀
Technology Bonuses for the Multi-model contest.
Hi Community!
The registration period has already begun! Follow our Contest Board and stay tuned.
Waiting for your cool projects!
Want more information about the contest?
We have a recording of a Multi-Model Contest Kick-off Webinar!
⏯ InterSystems Multi-Model Contest Kick-off Webinar
https://www.youtube.com/embed/WxXvaz8R4SQ
[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]
Participants!
Whose application will be the first? 👀
Hey Developers!
The second week of registration has started!
Hurry up to upload your applications!
Hey Developers,
The first application is already on the Contest Board!
Who's next?
Awaiting my app/repo to be approved and then I'll submit it to the competition...
Rob
If anyone is looking to use in their Multi-Model solution InterSystems IRIS's DocDB, I posted this article, sharing a Postman Collection of sample REST API calls. I also added to the article a Relational/SQL angle of the data.
Hope you find it useful:
https://community.intersystems.com/post/document-database-docdb-sample-r...
Thanks for sharing, Tani! 👏🏼
Hey Developers,
One more application is already in the game: BeI-MultiModel project by @ivo Ver Eecke!
And who's next? 👀
Awsome