Skip to main content

Microsoft makes digging into data easier with open-sourced Graph Engine

microsoft open sources graph engine microsoftlogo
Drserg/Shutterstock
Sometimes, it’s not the information that matters, it’s the relationships between information that is important in identifying trends, isolating causes, and making decisions. With so many different and often connected sources of information today, a way is needed to identify and work with those relationships to answer the most complicated questions.

Graph databases are exactly what is needed because they are built around the relationships between data, not just the data itself as with the more typical relational database. Microsoft made its own graph database engine, appropriately titled the Microsoft Graph Engine and part of Microsoft Cognitive Services, open source, InfoWorld reports.

While the details are something only a database analyst would love, the impact could be significant. Graph Engine competes against a number of alternatives, including the open-source project Neo4J. Microsoft’s decision to open-source the Graph Engine should significantly expand its use by organizations who need to pull together disparate sources of information and leverage their connections.

Graph Engine grew out of Microsoft’s Infinity project and is a more powerful solution than Neo4J in that it includes functionality that is only available in that system’s commercial edition that is aimed squarely at the enterprise. Now, developers can gain access to a more complete graph database simply by heading over to GitHub and downloading the source code.

So far, the Graph Engine is only for Windows but according to Software Development Times, an upcoming Linux version is rumored. What this means for the rest of us is that more people will be able to analyze today’s complex, interconnected information in more ways than ever before. That will likely result in things we all appreciate like better crime detection, but also things like a better analysis of our Facebook friends’ list, resulting in even more annoying targeted advertising.

Mark Coppock
Mark has been a geek since MS-DOS gave way to Windows and the PalmPilot was a thing. He’s translated his love for…
A dangerous new jailbreak for AI chatbots was just discovered
the side of a Microsoft building

Microsoft has released more details about a troubling new generative AI jailbreak technique it has discovered, called "Skeleton Key." Using this prompt injection method, malicious users can effectively bypass a chatbot's safety guardrails, the security features that keeps ChatGPT from going full Taye.

Skeleton Key is an example of a prompt injection or prompt engineering attack. It's a multi-turn strategy designed to essentially convince an AI model to ignore its ingrained safety guardrails, "[causing] the system to violate its operators’ policies, make decisions unduly influenced by a user, or execute malicious instructions," Mark Russinovich, CTO of Microsoft Azure, wrote in the announcement.

Read more