Every relationship database can be used without the need for installation of any software or tools, as most of the query read/write is all done to read a file that stores data in a specific format.
Can the same thing be done with a graph database (doesnt have to be neo4j, i wouldnt mind an alternative) without installing software, or having terminal endpoint running for access to database?
Example:
- MySql is a db file you can query
- MSSQL is a db file you can query
- SqlCE is a db file you can query
- Sqlite is a db file you can query
Neo4j: You need to download, install, have running and query through ip address?
OR... pay higher rates (2-5x cost?) for graph DB hosting in comparison to RDMS which is so inexpensive, it's practically given for free for most web hosting services.
Purpose and Reasoning for Question
I'm looking for some cost efficient solutions to run a graph database with all the bells and whistles, that i can run from web host or application (that only handle IIS and hard-file transfer services -- maybe it can do netcore, but dont know if you can run graphdb through netcore as a module service).
Yeah, MSSQL is doing it now, but it's limited in what it can do and handle, as well as the tutorials are lacking in how to properly write NoSQL queries as fluent as the SQL stuff...