Giter Club home page Giter Club logo

tiger-db's Introduction

Tigerdb

Motor de base de datos orientado a objetos desarrollado completamente en Java

Para utilizarlo solo debe importar este proyecto como dependecia maven, agregando el siguiente tag:

<repositories>
	<repository>
		<id>clojars</id>
		<name>Clojars repository</name>
		<url>https://clojars.org/repo</url>
	</repository>
</repositories>

La dependecia es:

<dependency>
	<groupId>org.tigerdb</groupId>
		<artifactId>tigerdb</artifactId>
		<version>2.2</version>
</dependency>

Tigerdb opera con lion como motor de almacenamiento, es decir, el proyecto que se encarga de darle un formato específico a los datos que son guardados en un archivo, si desea sustituir lion por otro motor de almacenamiento programado por usted, deberá agregarlo como dependencia a este proyecto si esta forkeado, o al propio que utiliza tigerdb como dependencia. Para que su nuevo motor sea compatible con tigerdb, usted deberá declarar alguna clase que usted utilice para el almacenaje de datos, de la Clase Abstracta StoreManager provista por tiger-bridge, la api del proyecto que realiza el puente entre tigerdb y su proyecto, que esta presente dento del classpath de este proyecto. Al finalizar, cuando tigerdb inicie cargará el archivo tigerdb.properties, en donde se encuentra la propiedad "store.classname", si este archivo no existe el motor cargará lion por defecto, usted deberá crear el archivo en la ruta de su proyecto con el siguiente formato: store.classname=nombre-completo-de-su-clase-almacenadora

Esto permitirá que sea cargado su motor de almacenamiento y tigerdb lo podrá utilizar.

###############################################################################################################################################################

Tigerdb

Object oriented database engine developed completely in Java

To use it you should only import this project as maven dependcia, adding the following tag:

<repositories>
	<repository>
		<id>clojars</id>
		<name>Clojars repository</name>
		<url>https://clojars.org/repo</url>
	</repository>
</repositories>

Dependence is:

<dependency>
	<groupId>org.tigerdb</groupId>
		<artifactId>tigerdb</artifactId>
		<version>2.2</version>
</dependency>

Tigerdb operates with lion as a storage engine, that is, the project that is responsible for giving a specific format to the data that is saved in a file, if you want to replace lion with another storage engine programmed by you, you must add it as a dependency to this project if it is forged, or to the one that uses tigerdb as a dependency. In order for your new engine to be compatible with tigerdb, you must declare some class that you use for the storage of data, of the StoreManager Abstract Class provided by tiger-bridge, the project api that makes the bridge between tigerdb and its project, which is present in the classpath of this project. At the end, when tigerdb starts loading the file tigerdb.properties, where the property "store.classname" is found, if this file does not exist the engine will load lion by default, you must create the file in the path of your project with the following format: store.classname = full-name-of-your-class-store

This will allow your storage engine to be loaded and tigerdb will be able to use it.

tiger-db's People

Contributors

martinpiz097 avatar

Watchers

 avatar  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.