<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>NoSQL on Home</title>
    <link>https://zoltanmajnek.github.io/gallery/categories/nosql/</link>
    <description>Recent content in NoSQL on Home</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>majnek.zoltan@gmail.com (Zoltan Majnek)</managingEditor>
    <webMaster>majnek.zoltan@gmail.com (Zoltan Majnek)</webMaster>
    <copyright>© Zoltan Majnek</copyright>
    <lastBuildDate>Wed, 12 Aug 2026 00:00:00 +0200</lastBuildDate><atom:link href="https://zoltanmajnek.github.io/gallery/categories/nosql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RunInto - .NET MAUI App with Hybrid NoSQL Architecture</title>
      <link>https://zoltanmajnek.github.io/gallery/runinto/</link>
      <pubDate>Wed, 12 Aug 2026 00:00:00 +0200</pubDate><author>majnek.zoltan@gmail.com (Zoltan Majnek)</author>
      <guid>https://zoltanmajnek.github.io/gallery/runinto/</guid>
        <media:content url="https://zoltanmajnek.github.io/gallery/runinto/0_hu_986eebb7a3ab2928.png" type="image/jpeg"/>
        <description>
          &lt;img src=&quot;https://zoltanmajnek.github.io/gallery/runinto/0_hu_986eebb7a3ab2928.png&quot; /&gt;
          &lt;p&gt;[A cross-platform mobile application designed for user networking and real-time messaging, featuring GPS location tracking, Firebase Cloud Messaging (FCM) push notifications, and hybrid NoSQL data persistence powered by Neo4j and Firebase. I integrated Firebase Realtime Database to manage live data synchronization for the location and messaging features, while utilizing Neo4j to model and query the complex network of relationships. The gallery below includes excerpts from my academic paper, structural overviews of the solution, and core C# and XAML implementations. Click here to see the App in Action](https://youtube.com/shorts/KCAALVRFGHE)&lt;/p&gt;
        </description></item>
    <item>
      <title>Oracle SQL &amp; Neo4j Pipeline: From Raw Kaggle Data to Optimized Queries</title>
      <link>https://zoltanmajnek.github.io/gallery/oracle/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0200</pubDate><author>majnek.zoltan@gmail.com (Zoltan Majnek)</author>
      <guid>https://zoltanmajnek.github.io/gallery/oracle/</guid>
        <media:content url="https://zoltanmajnek.github.io/gallery/oracle/2_hu_ba63814295427fdc.jpg" type="image/jpeg"/>
        <description>
          &lt;img src=&quot;https://zoltanmajnek.github.io/gallery/oracle/2_hu_ba63814295427fdc.jpg&quot; /&gt;
          &lt;p&gt;This project is an application registry database, initially built in Oracle SQL and later migrated to Neo4j. The core dataset-containing information about applications, developers, and programming languages-was sourced from Kaggle. Some of the raw CSV and XLS files contained millions of rows. I built a custom data preparation pipeline to handle the raw CSV files. Using custom C# scripts, I cleaned formatting errors, normalized the structures, and merged the datasets into an import-ready format. The initial import process generated the base CREATE SQL statements, which I then manually refined to set up the proper relational schema. Once the Oracle database was running, I wrote and optimized various queries, applying indexing to improve execution times. The domain involved many-to-many (N:M) relationships, so I chose Neo4j for the next phase. I handled the data export-import process to migrate everything from Oracle to Neo4j and built graph visualizations to map out the connections. The entire workflow, from data cleaning to the final graph models, was documented in a 30-page technical report, accompanied by a 20-page appendix containing all the C# and database scripts.&lt;/p&gt;
        </description></item>
  </channel>
</rss>