NitrosBase
{{technical|date=November 2018}}
{{Infobox software
| name = NitrosBase
| developer = NitrosData
| genre = Multi-model database
| programming language = C++
| operating system = Windows, Linux
| license = Proprietary
| latest release version = 2.0
| latest release date = {{Start date|2018|12|03|df=yes}}
| website = {{URL|http://nitrosbase.com/}}
}}
{{cite web|url=https://reestr.minsvyaz.ru/reestr/127028/?sphrase_id=133547|title=Federal registry of computer programs and database systems|date= 2018 |language=ru|accessdate=2018-08-24}}
{{cite web|url=http://ontologforum.org/index.php/OntologySummit2014_Hackathon_OptimizedSPARQLviaNativeAPI|title=Ontology Summit 2014 Hackathon: Optimized SPARQL via Native API|date= 2014 |accessdate=2018-08-24}} multi-model database system. The database system supports relational, graph and document database models.
History
The developer initially implemented the database as a triplestore, being a Semantic Web pioneer in Russia. Remodelling into a multi-model database was supported by the Skolkovo Innovation Center in 2017.
{{cite web|url=https://sk.ru/net/1121679/|title=LLC "NitrosData Rus" - Skolkovo Community |date= 2017 |accessdate=2018-08-24}}
The database is used in information systems that support the health-care reform in modern Russia.{{cite web|url=http://zakupki.gov.ru/epz/contract/extendedsearch/results.html?sortDirection=true&sortBy=PO_DATE_PUBLIKACII&contractStageList=0%2C1%2C2%2C3&budgetaryFunds=on&extraBudgetaryFunds=on&publishDateFrom=01.01.2015&supplierTitle=7729660520|title=Russian government procurement system official website|date=2015|language=ru|accessdate=2018-08-24|archive-url=https://web.archive.org/web/20190207014929/http://zakupki.gov.ru/epz/contract/extendedsearch/results.html?sortDirection=true&sortBy=PO_DATE_PUBLIKACII&contractStageList=0%2C1%2C2%2C3&budgetaryFunds=on&extraBudgetaryFunds=on&publishDateFrom=01.01.2015&supplierTitle=7729660520|archive-date=2019-02-07|url-status=dead}}
Characteristics
In NitrosBase, all data are stored in the format of the internal graph model, while data in other models are their views (representations; similar to SQL views). Regardless of the model in which format data were imported, it is possible to query them using the same query language thereby uniformly addressing data imported in different models.
Moreover, it is possible to query data in any model using a query language that is native for that model. NitrosBase supports the following languages:
Implementation details
The internal graph model is close to RDF which is used in Blazegraph and Amazon Neptune. That allows it to treat the internal data graph both as RDF graph and as Property Graph, performing queries both in SPARQL and Gremlin-style languages.{{Cite web |date=2024-08-13 |title=Build and deploy knowledge graphs faster with RDF and openCypher {{!}} AWS Database Blog |url=https://aws.amazon.com/blogs/database/build-and-deploy-knowledge-graphs-faster-with-rdf-and-opencypher/ |access-date=2025-03-04 |website=aws.amazon.com |language=en-US}}
Instead of indexes based on B+-trees traditionally used in graph databases, NitrosBase uses a sparse link index of its own devising. Another source of performance gain is storage optimization on the physical level in order to reduce the number of random access operations.
Like memSQL, NitrosBase translates a query into C++ code.
NitrosBase is reported to support hardware acceleration technologies such as non-volatile memory and, in the clustered version, RDMA over InfiniBand.{{Cite web |title=На пути к «железным» СУБД |url=https://www.osp.ru/os/2019/02/13054946 |access-date=2025-03-12 |website=Издательство «Открытые системы» |language=en}}
Awards and achievements
A Nitrosbase-derived product called MS SQL Server Accelerator was awarded first prize at the Silicon Valley Open Doors conference in 2009 and named "startup of the day" of the Microsoft BizSpark program on 3 March 2010.
{{cite web|url=https://blogs.technet.microsoft.com/bizspark_featured_startups/2010/03/03/startup-of-the-day-nitrosbase/|title=Startup of the Day – NitrosBase|date= 2010|accessdate=2018-08-24}}
The application solution "System of topological analysis of semantic networks" created on the basis of NitrosBase was awarded the main prize of the "ZUBR - 2008" award in the category “Novelty of the Year”.{{cite web |url=http://secaward.ru/premia/laureati_2008 |title=Национальная премия по безопасности — Лауреаты-2008 |date=2008 |lang=ru |accessdate=2018-08-24| archive-date=2018-12-23 |archive-url=https://web.archive.org/web/20181223090720/http://secaward.ru/premia/laureati_2008 |url-status=live}}
References
{{reflist}}
External links
- [http://nitrosbase.com/ Official website]
Category:Document-oriented databases