How can I get the date when Nexus created artifact? - nexus

I am trying to pull the date of artifact created at nexus using rest api or using any other option. But I couldnt find. could someone help me?

Looks like you created https://issues.sonatype.org/browse/NEXUS-18303 which IMO was the right call, I don't think this information is currently accessible via NXRM3 rest.
You can see this via the UI, in both search and tree browse via the "Blob created" field.

Related

All I want to do is have access to a user friendly console while on my android device to be able to use my google cloud. Is there such an app?

I downloaded the cloud console app but there is nothing to open up a command line. I'm generally at work and need to access google cloud remotely, idealy from my phone. I want to believe there is a nice way to do this with out generating a key pair and using something like "JuiceSSH". I'm sure I am overlooking something simple here. Hopefully this is a simple problem.
I'm simply trying to unzip and train an image set but I cant do it from work unless I can use my phone :/
Please and thank you everyone!
I started a free vm instance and used the console app to connect via ssh. Instead of from a 3rd party ssh application. This was exactly what I was looking for.

Need help in sonatype nexus advance search

I have a requirement to implement the advance search in sonatype nexus. Can I create the custom keyword to search an artifacts in Nexus? As an example I am looking for all the artifacts uploaded by user "X". In the same way I may have different key to search the artifacts.
Can someone please give me a pointer?
Thanks,
Sanjiv
This is currently not possible with Nexus Repository Manager 3. The user who uploaded an artifact is saved but not to metadata currently. You may file an issue at https://issues.sonatype.org/projects/NEXUS to express interest in this functionality, however.

DynamoDB client in local with UI like PHPMyAdmin

I am creating web service in zend framework which uses DynamoDB. So I installed DynamoDB in local. But it's not easy to use. Even for inserting data and update any data for testing for purpose I have to write a script.
Is there any DynamoDB client available for MAC ? In which we can insert/update/delete data from UI.
EDIT
Doubts
1) Do I have to run a SQL to see table data? I thought there would be GUI for this.
2) I am not able to use where clause in SQL. What if I want to see one or two records from all? Is there a way to use conditions in this?
3) All fields of a row is not visible and I am not able to scroll it horizontally ?
YES! I've finally found a solution after struggling with this myself:
Run your local dynamodb jar with the following command java -jar DynamoDBLocal.jar -dbPath . [this will create a file in whatever directory the Dynamo jar is located in].
Download SQLite Database Browser and extract/install it.
Start SQLite Database Browser
Navigate to "Open Database" from the file menu
Navigate to the directory from 1. Select the file [in this case, ****_us-east-1]
You should then see the database contents!!
Hope this helps - it's been frustrating me no end!
!! EDIT !! - in response to original question edit.
Doubts
1) Do I have to run a SQL to see table data? I thought there would be
GUI for this.
2) I am not able to use where clause in SQL. What if I want to see one
or two records from all? Is there a way to use conditions in this?
3) All fields of a row is not visible and I am not able to scroll it
horizontally ?
Yes - you can do a simple "select" statement, for instance in my examples: "SELECT * FROM tweet_item" returns me the following screenshot:
Seemingly inadvertanyl - whilst I couldn't get the direct SELECT * FROM XX WHERE XX to work, the like statement does. For instance SELECT * FROM tweet_item where tweet_item.hashKey like "%425665354447462400%" returns me the tweet with tweet_id [my hashKey] of 425665354447462400:
Strange - I seem to be able to scroll quite happily [although it is Windows not Mac]. It also automatically tries to re-size the outer frame, too.
I ran into this problem and found a relatively new solution : https://github.com/aaronshaf/dynamodb-admin
It has provision for GET/POST/PUT/DELETE.
Although its a paid product, which is a bummer, RazorSQL now supports DynamoDB as well, and does let you change the AWS endpoint to point to a local installation.
The mac version (with a free trial) is available here:
http://razorsql.com/download_mac.html
Here is a very useful ui tool https://github.com/YoyaTeam/dynamodb-manager,It supports almost all data operations。
For Eclipse users:
Amazon provides AWS Toolkit for Eclipse IDE. It can view local and cloud databases. Also if you are using different regions, it has ability to choose from different regions.
You can create attributes, add keys etc..
For installation follow this link: http://docs.aws.amazon.com/toolkit-for-eclipse/v1/user-guide/getting-started.html
Dynobase is new DynamoDB GUI Client which also lets you browse and manipulate local DynamoDB instances: https://dynobase.dev/dynamodb-local-admin-gui/
Unfortunately, it's paid but there's free 7-days trial, works on Mac, Windows and Linux: https://dynobase.dev/

Want to desing a Local search engine

I want to make a local search engine, Through which we can search locally.
I have the document like Main Category,Sub Category,Details about the product etc.
It works like the Justdial.com Or amlooking4.com.
So,Any one suggest any code or any reference link then it will be helpful for me.
I want to to work on this in .net environment & SQL Server database.
Assuming you already have your database where you need to perform the search, you can consider using the built-in full text search in the SQL Server. See:
http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/

Is there a way to get data GUI view in Meteor.js?

Is there a way to get data GUI view in Meteor.js?
If yes please enlighten me, as I am new to meteor. I just need to know what is the best way to access database in meteor mongodb...
Thanks!!!
Use either:
Z Mongo Admin, a meteor package similar to Django admin. This is
probably the closest to what you're looking for:
http://www.youtube.com/watch?v=ixJyB8Z-tU8&list=UU3fBiJrFFMhKlsWM46AsAYw
One of the many Mongo GUIs, I use both robomongo
(http://robomongo.org/) and mongohub
(https://github.com/bububa/MongoHub-Mac) on OSX.
I've found that this little package called Mongol is good for development to have a quick and easy way to look at your data right from within your web app.
https://github.com/msavin/Mongol
RoboMongo provides a good UI for Mongo DB (Download link). When i tried with meteor, follow these steps:
Run Meteor cd ing into your Project Folder (usually runs at http://localhost:3000/)
Download and Install the Robomongo from the Download link
Create a new connection in the robomongo UI, clicking on the following icon:
Connect to port number 3001 instead of default 27017, and you can see the mongo db and it's contents
There's no GUI given. You can access db from command line by using meteor mongo while your server is running.
Appreciate the mention for Mongol!
I wanted to say that there is now one more option for viewing and interacting with data in your Meteor app called Meteor Candy. It's a little less raw than viewing JSON, which makes it far more palatable for non-developers. And of course, there is still an option to view raw JSON :)

Resources