https://github.com/bcgov/namex
BC Registries Names Examination, research and approval system API
https://github.com/bcgov/namex
bcregistry cx-oracle flask-sqlalchemy keycloak openshift python solr swagger vuejs
Last synced: about 2 months ago
JSON representation
BC Registries Names Examination, research and approval system API
- Host: GitHub
- URL: https://github.com/bcgov/namex
- Owner: bcgov
- License: other
- Created: 2018-05-14T20:46:07.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T23:01:59.000Z (about 2 months ago)
- Last Synced: 2026-01-15T05:41:00.886Z (about 2 months ago)
- Topics: bcregistry, cx-oracle, flask-sqlalchemy, keycloak, openshift, python, solr, swagger, vuejs
- Language: Python
- Homepage:
- Size: 35.1 MB
- Stars: 9
- Watchers: 12
- Forks: 51
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: support/notebooks/names-ops/.devcontainer/Dockerfile
Awesome Lists containing this project
README
[](LICENSE)
[]()
# NameX
BC Registries Names Examination, research and approval system API
## Technology Stack Used
* Python, Flask, Flask-restplus, Marshmallow
* Pytest, Pytest-Mock
* Postgres - SQLAlchemy, psycopg2-binary & alembic
* Keycloak
* Solr
## Third-Party Products/Libraries used and the the License they are covert by
## Project Status
2018-11-01 * changes to solr synonyms
2018-10-19 **Release**
## Documentation
GitHub Pages (https://guides.github.com/features/pages/) are a neat way to document you application/project.
## Files in this repository
```
api - the core API service
solr - solr is used as a search service providing advanced semantic support
solr-feeder
solr-synonyms-api
```
## Deployment (Local Development)
* Developer Workstation Requirements/Setup
* Application Specific Setup
## Deployment (OpenShift)
See (openshift/Readme.md)
## Getting Help or Reporting an Issue
To report bugs/issues/feature requests, please file an [issue](../../issues).
## How to Contribute
If you would like to contribute, please see our [CONTRIBUTING](./CONTRIBUTING.md) guidelines.
Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.
## License
Copyright 2018 Province of British Columbia
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.