bigtable-orm | Configurable Java Entity Generation for Google BigTable
kandi X-RAY | bigtable-orm Summary
kandi X-RAY | bigtable-orm Summary
bigtable-orm is a Java library. bigtable-orm has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.
This library abstracts the process of model creation for Google BigTable. Using annotation processing, Entity and DAO definitions are generated automatically, reducing the amount of boilerplate required for new Entities, thus removing the chance for copy/paste errors and making code reviews much simpler. The design of this library takes a dual-front approach, attempting to create easy-to-use APIs for both the creation of new Entities and working with those entities and their respective DAOs from consuming code.
This library abstracts the process of model creation for Google BigTable. Using annotation processing, Entity and DAO definitions are generated automatically, reducing the amount of boilerplate required for new Entities, thus removing the chance for copy/paste errors and making code reviews much simpler. The design of this library takes a dual-front approach, attempting to create easy-to-use APIs for both the creation of new Entities and working with those entities and their respective DAOs from consuming code.
Support
Quality
Security
License
Reuse
Support
bigtable-orm has a low active ecosystem.
It has 6 star(s) with 4 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
bigtable-orm has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of bigtable-orm is current.
Quality
bigtable-orm has 0 bugs and 0 code smells.
Security
bigtable-orm has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
bigtable-orm code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
bigtable-orm is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
bigtable-orm releases are not available. You will need to build from source code and install.
Deployable package is available in Maven.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed bigtable-orm and discovered the below as its top functions. This is intended to give you an instant insight into bigtable-orm implemented functionality, and help decide if they suit your requirements.
- Generate JPA entities
- Generate the Java file for the given element
- Gets the TypeMirror from the annotation
- Returns the element
- Returns a Map of rows that contains the specified key
- Converts a collection of keys into a list of Get objects
- Retrieves a CompletableFuture for the given key
- Converts a collection of keys into a list of Get objects
- Persists the provided keys and values
- Saves a row
- Deletes the specified row
- Deletes the given row
- Deletes all rows
- Convert a collection of Keys to Delete
- Returns a map containing the keys and values of the row
- Registers an entity
- Returns the current source version
- Returns a unique hash code
- Returns the annotation types
- This method returns a hashCode of this map
- Returns the row corresponding to the given key
- Compares two Bytes
- Deletes all values from the BigTable
- Compares this object with the specified object
- Compares this object with the specified key
- Converts the result into an entity
- Initialize superclass
Get all kandi verified functions for this library.
bigtable-orm Key Features
No Key Features are available at this moment for bigtable-orm.
bigtable-orm Examples and Code Snippets
@Table("table_name")
class TableConfiguration {
@Entity(keyDelimiter = "|", keyComponents = {
@KeyComponent(constant = "my_entity"),
@KeyComponent(name = "id")
})
private class MyEntity {
@Column(family =
repositories {
mavenCentral()
}
dependencies {
annotationProcessor "com.bettercloud:bigtable-orm-compiler:$bigtableOrmVersion"
compileOnly "com.bettercloud:bigtable-orm-annotations:$bigtableOrmVersion"
api "com.bettercloud:bigtable-o
final String gcpProjectId = ...
final String bigTableInstanceId = ...
final DaoFactory daoFactory = new DaoFactory(gcpProjectId, bigTableInstanceId);
final AsyncDaoFactory asyncDaoFactory = new AsyncDaoFactory(gcpProjectId, bigTableInstanceId);
Community Discussions
No Community Discussions are available at this moment for bigtable-orm.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bigtable-orm
You can download it from GitHub, Maven.
You can use bigtable-orm like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the bigtable-orm component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use bigtable-orm like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the bigtable-orm component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Contributions and feedback are welcome and encouraged!. For minor bug-fixes, simply submit a pull request with your changes and a short description of the problem being solved. For major/breaking changes, please open an issue for discussion prior to submitting code changes. All changes are expected to be tested thoroughly prior to submission. Any untested code will simply be rejected.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page