![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@gramps/data-source-base
Advanced tools
This is a minimal example and boilerplate for a GrAMPS data source. Inside, you’ll find:
Each file contains a TODO
comment explaining the changes you’ll need to make to create a working data source.
The goal of this repo is to provide enough code to allow a working example of a data source and its related tests, but to limit how much boilerplate needs to be edited to get your own data source implemented.
To help ensure a reliable, easy-to-maintain data source, this example also includes:
NOTE: Replace all instances of YOUR_DATA_SOURCE_NAME
with the actual name you want to use (e.g. data-source-companyname-datatype
).
# Clone the repo
git clone git@github.com:gramps-graphql/data-source-base.git data-source-YOUR_DATA_SOURCE_NAME
# Move into it
cd data-source-YOUR_DATA_SOURCE_NAME/
# Change the remote repo
git remote set-url origin git@github.com:USER_OR_ORG/YOUR_REPO_NAME.git
# IMPORTANT: Make sure to edit the name, description, contributors, and
# repository fields in package.json
# Install dependencies
yarn install
Start the app with the following command:
# Develop with mock data
yarn mock-data
Once you’ve got your data source configured to load live data, you can enable live data in development:
# Develop with live data
yarn live-data
Currently, there is no watch capability (PRs welcome!), so the service needs to be stopped (control
+ C
) and restarted (yarn [mock-data|live-data]
) to reflect new changes to the data source.
FAQs
Base modules for a GrAMPS GraphQL data source.
The npm package @gramps/data-source-base receives a total of 0 weekly downloads. As such, @gramps/data-source-base popularity was classified as not popular.
We found that @gramps/data-source-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.