Coder Social home page Coder Social logo

re.base's Introduction

Re.Base

Re.Base is a structured database implementation written entirely in .Net core. As of yet, this is probably only 30% - 35% of an MVP. It is not ready for production use in the slightest

Inspiration

Currently there are 2 main types of databases to choose from when starting a new project. SQL, and No-SQL. I believe thats a lame set of options. Re.Base is a structured database built on many of the same principles as well-known SQL database implementations. However, it does not use the SQL language. Instead it exposes an API for direct consumption.

Goals

Completely open source modular and mod-able database implementation.

Usage

The Re.Base API will expose a set of IQueryables based on model structure passed in. I am expecting/hoping for a front end that feels very fluent. The goal should be that it feels as natural to use data from the datasource as if you were using in-memory enumerables.

var person = (from p in db.Persons where p.FirstName == "Jon")

Contribution

This project is still in early stages. If you would like to contribute, please feel free (however i understand with how early the project is, i am not making that easy).

re.base's People

Contributors

cummingsi1993 avatar datjeff avatar isaacc avatar

Watchers

 avatar

Forkers

datjeff bubdm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.