Skip to content

amtul-qadeer/NosDB-Samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NosDB sample applications

Table of contents

Introduction

This repository consists on the source code of sample applications that illusturate the NosDB 2.0 API usage in different langauges and runtimes. The code samples were created in Visual Studio and NetBeans.

Note: If you are unfamiliar with Git and GitHub, you can download the entire collection as a ZIP file.

About NosDB

Welcome to NosDB! NosDB is a schema-less and scalable NOSQL database solution to handle ad-hoc querying on huge amounts of real-time, unstructured data. As NosDB scales out to accommodate the rapidly increasing volume of your data, it applies robust data distribution strategies to ensure availability and fault tolerance at all times. Keeping in mind the suitability of NosDB for Big Data applications, MapReduce and Aggregation support has also been introduced to dramatically enhance performance due to parallel processing.

NosDB features and tools are designed to be tuned flexibly into applications of any size – from small to enterprise-wide global installations.

Using the samples

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repository page). You can then unzip the entire archive and use the samples in Visual Studio 2015/2017.

Download the samples ZIP

Note: The .NET samples are made using Visual Studio 2015.

All the sample applications except EF Music Store use 'Northwind' database for various operations. A PowerShell script "Northwind.ps1" is included in the 'data/json' directory which creates the database and imports data into its collections.

Samples by category

CRUD (Create, Read, Update and Delete)
Basic Document API (.NET | JAVA | Node.js) Basic Document API Async (.NET) Attachments (.NET | Node.js)
Queries
Basic SQL Normalized (.NET | Java | Node.js) Basic SQL Embedded (.NET | Java | Node.js) Joins Nested Queries (.NET)
Basic LINQ (.NET)
Entity Framework
EF Music Store (.NET) EF Northwind (.NET)
REST
REST (.NET | Python)
Miscellaneous
BasicADO (.NET) Client Side Caching (.NET) CLR Functions (.NET)
CLR Triggers (.NET) Entity Objects (.NET) MapReduce (.NET)
SQL Dependency (.NET) Domain Object (Java)

Additional Resources

Documentation

The complete online documentation for NosDB is available at: http://www.alachisoft.com/resources/docs/#nosdb

Programmers' Guide

The complete programmers guide of NosDB is available at: http://www.alachisoft.com/resources/docs/nosdb/nosdb-programmers-guide.pdf

Technical Support

Alachisoft © provides various sources of technical support.

Copyrights

© Copyright 2017 Alachisoft.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%