NIFIREG-18 Initial plumbling for H2 database
- Setup Flyway with initial migration to define tables
- Setup entity classes with repositories
- Setup unit testing for repositories
- Removed existing MetadataProvider concept
- Removed provider impl module and moved remaining pieces into framework
- Added MetadataService with DatabaseMetadataService implementation
- Refactored RegistryService to use MetadataService
- Introduced verbose flag on some end-points to control loading nested objects
- Added ability to pass down paging/sorting params
- Added endpoints for available fields
- Adding ItemResource and ability to retrieve all items, or items by bucket
- Changing from Set to List on retrieval methods
- Added web linking in entities returned from REST end-points

This closes #10.
87 files changed
tree: 3a133f2779ddb2373b61511e219d34ec086de774
  1. nifi-registry-assembly/
  2. nifi-registry-bootstrap/
  3. nifi-registry-data-model/
  4. nifi-registry-framework/
  5. nifi-registry-jetty/
  6. nifi-registry-properties/
  7. nifi-registry-provider-api/
  8. nifi-registry-resources/
  9. nifi-registry-runtime/
  10. nifi-registry-security/
  11. nifi-registry-utils/
  12. nifi-registry-web-api/
  13. nifi-registry-web-ui/
  14. .gitignore
  15. .travis.yml
  16. build-and-run.sh
  17. LICENSE
  18. NOTICE
  19. pom.xml
  20. README.md
README.md

Apache NiFi Registry

Registry—a subproject of Apache NiFi—is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.

Table of Contents

Getting Started

TBD

License

Except as otherwise noted this software is licensed under the Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.