Git Product home page Git Product logo

datakit's Introduction

DataKit

At a Glance

DataKit is an extremely fast in-memory database with intuitive and powerful internal language. It's developed with keeping in mind main troubles that iOS developer encounter with traditional databases like CoreData. To simplify development process, DataKit is based on several axioms:

  1. No contexts. Really. Who need those different contexts for each thread in CoreData? Everybody tired of them. This is a useless waste of time to write a code for retrieveing the same object from another context in another thread. DataKit uses one context and it's hidden from developer.
  2. Never freeze UI queue. DataKit uses its own queue for all operations. They are performed asynchronously and never stop UI updates.
  3. Be relational. You can work with classes like with tables in SQL database. No more to say here.
  4. Self-learning. Yes, DataKit has a self-learning algorithm. More requests to database you make, faster you get results.

How To Get Started

  • Copy content of DataKit folder to your project.

or

  • Use DataKit cocoapod

Note: For Swift 2.x use DataKit v0.2.2. For Swift 3.0 use DataKit v3.0.

Requirements

  • iOS 9.0 and later
  • Xcode 8 and later

Usage

DataKit is designed to work with any types of data subclassed from NSObject.

More documentation will be published very soon...

License

DataKit is available under the MIT license. See the LICENSE file for more info.

datakit's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

carabina

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.