Coder Social home page Coder Social logo

gaborwnuk / realm-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from realm/realm-js

0.0 1.0 0.0 91.31 MB

Realm is a mobile database: an alternative to SQLite & key-value stores

Home Page: https://realm.io

License: Other

Emacs Lisp 0.04% Python 1.72% JavaScript 39.16% Groovy 0.49% Shell 5.34% Java 2.31% Makefile 0.63% Objective-C 4.82% Objective-C++ 3.97% C++ 41.22% C 0.14% PowerShell 0.17%

realm-js's Introduction

Realm

Realm is a mobile database that runs directly inside phones, tablets or wearables. This project hosts the JavaScript versions of Realm. Currently we only support React Native (both iOS & Android) and Node.js (on MacOS and Linux) but we are considering adding support for Cordova/PhoneGap/Ionic as well.

Features

  • Mobile-first: Realm is the first database built from the ground up to run directly inside phones, tablets and wearables.
  • Simple: Data is directly exposed as objects and queryable by code, removing the need for ORM's riddled with performance & maintenance issues.
  • Modern: Realm supports relationships, generics, and vectorization.
  • Fast: Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.

Getting Started

Please see the detailed instructions in our docs to use Realm Javascript.

Documentation

Realm React Native and Node.js

The documentation can be found at realm.io/docs/javascript/latest.
The API reference is located at realm.io/docs/javscript/latest/api.

Getting Help

  • Need help with your code?: Look for previous questions on the #realm tag — or ask a new question. We actively monitor and answer questions on SO!
  • Have a bug to report? Open an issue. If possible, include the version of Realm, a full log, the Realm file, and a project that shows the issue.
  • Have a feature request? Open an issue. Tell us what the feature should do, and why you want the feature.
  • Sign up for our Community Newsletter to get regular tips, learn about other use-cases and get alerted of blog posts and tutorials about Realm.

Building Realm

In case you don't want to use the precompiled version on npm, you can build Realm yourself from source. You’ll need an Internet connection the first time you build in order to download the core library.

Prerequisites:

  • Node 4.0+
  • Xcode 7.2+
  • Android SDK 23+
  • Android NDK 10e+

First clone this repository:

git clone https://github.com/realm/realm-js.git

Then in the cloned directory:

git submodule update --init --recursive

Note: If you have cloned the repo previously make sure you remove your node_modules directory since it may contain stale dependencies which may cause the build to fail.

To build for iOS:

  • Open react-native/ios/RealmReact.xcodeproj
  • Select RealmReact.framework as the build target
  • Build

To build for Android:

  • cd react-native/android
  • ./gradlew publishAndroid
  • The compiled version of the Android module is here: <project-root>/android

To build for nodejs:

npm install --build-from-source
  • On Windows you will need to setup the environment for node-gyp

    • Option 1: Install windows-build-tools node package

      • Open an elevated command prompt (As Administrator)

        npm install -g --production windows-build-tools
        
    • Option 2: Manually install and configure

      • Check node-gyp manual for custom installation procedure for Windows

Running the tests

You can use scripts/tests.sh to run the various tests. You will need yarn installed on the machine.

test.sh options

  • eslint - lints the sources
  • realmjs - runs all tests on quick simulated environment
  • react-tests - runs all React Native tests on iOS Simulator
  • react-tests-android runs all React Native Android tests on Android emulator
  • node - runs all tests for node
  • test-runners - checks supported tests runners are working correctly

On Windows some of these targets are available as npm commands.

npm run eslint
npm run node-tests
npm run test-runners

Debugging the tests

You can attach a debugger to react-native tests by passing "Debug" to the tests.sh script. A Chrome browser will open and connect to the react native application. Use the built-in Chrome Debugger to debug the code.

./tests.sh react-tests Debug

Using Visual Studio Code

You can debug node tests using Visual Studio Code. Just use one of the launch configurations.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Contributing

See CONTRIBUTING.md for more details!

License

Realm JS is published under the Apache 2.0 license. The underlying core is available under the Realm Core Binary License while we work to open-source it under the Apache 2.0 license.

This product is not being made available to any person located in Cuba, Iran, North Korea, Sudan, Syria or the Crimea region, or to any other person that is not eligible to receive the product under U.S. law.

Feedback

If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning @realm, or email [email protected] about your great apps!

And if you don't like it, please let us know what you would like improved, so we can fix it!

analytics

realm-js's People

Contributors

alazier avatar alebsack avatar appden avatar bdash avatar beeender avatar bigfish24 avatar blagoev avatar bmunkholm avatar brandonsmith avatar dbhowell avatar emanuelez avatar fealebenpae avatar gaborwnuk avatar jpsim avatar kishikawakatsumi avatar kristiandupont avatar larkost avatar mbalex99 avatar mongris avatar mrackwitz avatar n-hossain avatar nhachicha avatar nirinchev avatar nosrak113 avatar ovr avatar radu-tutueanu avatar segiddins avatar tgoyne avatar timanglade avatar zaki50 avatar

Watchers

 avatar

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.