January 2019 Summaries
3 posts from Memgraph
Filter
Month:
Year:
Post Summaries
Back to Blog
In the summer of 2021, Memgraph hosted a successful ten-week internship program that involved four interns working directly on various projects related to the company's product. Two interns focused on developing web applications using Memgraph, including a movie recommendation system and a Twitch graph streaming analysis tool, while the other two concentrated on enhancing Memgraph's Advanced Graph Extension (MAGE) by implementing algorithms such as node similarity and union-find. The interns received support through lectures, personal mentorship, and a hybrid working environment, fostering communication and collaboration within small teams. Katarina Ĺ upe, who became a full-time Developer Relations Engineer at Memgraph post-internship, highlighted the enriching experience, emphasizing the startup's open environment and the opportunity to work on impactful projects. The program concluded with presentations where interns showcased their work, which will contribute to future releases and were also shared through Memgraph's blog to engage with the broader developer community.
Jan 01, 2019
536 words in the original blog post.
Real-time data processing is crucial for businesses and industries, enabling them to make timely decisions without delays that could incur opportunity costs. Unlike traditional data processing, real-time data is delivered to users as soon as it is created, providing immediate insights and enhancing decision-making processes. It is used across various sectors, such as healthcare, social media, retail, transportation, supply-chain, and finance, to optimize operations, improve customer service, and prevent potential issues before they arise. The process involves several steps, including data collection, preparation, input, processing with AI and machine learning algorithms, output, and storage. Real-time data processing systems, such as those used in bank ATMs and radar systems, require continuous input, constant processing, and steady output to function effectively. By integrating real-time data with analytics tools and monitoring systems, organizations can gain a comprehensive view of their environments and anticipate security threats and infrastructure issues, ultimately allowing for better and more informed decisions.
Jan 01, 2019
1,505 words in the original blog post.
Memgraph has released pymgclient 1.0.0, a significant update to its Python driver, which now includes the mgclient C driver for easier and cross-platform installation. This update addresses previous challenges users faced with installation and updates, simplifying the process to a single command for common operating systems. The new release also focuses on improved stability, incorporating important bug fixes such as reducing memory leaks and ensuring correct transaction handling in explicit transaction modes. Users are encouraged to consult the documentation for installation guidance and to contribute to the project via pull requests on GitHub if they encounter further issues.
Jan 01, 2019
482 words in the original blog post.